Нет, вот это первый коммит
This commit is contained in:
13
stuff/Ingot.tscn
Normal file
13
stuff/Ingot.tscn
Normal file
@@ -0,0 +1,13 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://btrivnrf0uo2p"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_5begt"]
|
||||
size = Vector2(32, 16)
|
||||
|
||||
[node name="Ingot" type="Node2D"]
|
||||
|
||||
[node name="Area2D" type="Area2D" parent="."]
|
||||
|
||||
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="Area2D"]
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
|
||||
shape = SubResource("RectangleShape2D_5begt")
|
||||
Reference in New Issue
Block a user