Initial commit
This commit is contained in:
commit
a2164dca72
20 changed files with 294 additions and 0 deletions
13
scenes/mounted_gun.tscn
Normal file
13
scenes/mounted_gun.tscn
Normal file
|
@ -0,0 +1,13 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://buklkcwb0k2rc"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://416h8gs1f7x0" path="res://sprites/atlasses/Popekko.png" id="1_ligff"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_qfuiw"]
|
||||
atlas = ExtResource("1_ligff")
|
||||
region = Rect2(0, 0, 5, 5)
|
||||
|
||||
[node name="MountedGun" type="Node2D"]
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
position = Vector2(-2.5, 2.5)
|
||||
texture = SubResource("AtlasTexture_qfuiw")
|
Loading…
Add table
Add a link
Reference in a new issue