mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-17 10:53:48 +00:00
Boxes
This commit is contained in:
parent
71eeb3f1d1
commit
4bc76cc475
10 changed files with 152 additions and 2 deletions
|
|
@ -8,7 +8,7 @@
|
|||
[ext_resource type="PackedScene" uid="uid://cfb3nsay84xdb" path="res://Scenes/crosshair.tscn" id="6_l43rf"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_ai4rh"]
|
||||
size = Vector2(6, 8)
|
||||
size = Vector2(6, 6)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_omx2u"]
|
||||
atlas = ExtResource("2_bwf6x")
|
||||
|
|
@ -144,6 +144,7 @@ Muzzle = NodePath("Muzzle")
|
|||
metadata/_edit_group_ = true
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
position = Vector2(0, 1)
|
||||
shape = SubResource("RectangleShape2D_ai4rh")
|
||||
|
||||
[node name="Muzzle" type="Marker2D" parent="."]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue