DD/scenes/blocks_programming/beatle.tscn
2025-09-02 15:35:13 +03:00

14 lines
517 B
Text

[gd_scene load_steps=3 format=3 uid="uid://i3u4tuahol83"]
[ext_resource type="Texture2D" uid="uid://crq58656204me" path="res://assets/blocks_programm/beatle.png" id="1_e2y7o"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_mlwwt"]
size = Vector2(8, 8)
[node name="CharacterBody2D" type="CharacterBody2D"]
[node name="Sprite2D" type="Sprite2D" parent="."]
texture = ExtResource("1_e2y7o")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_mlwwt")