Initial commit

This commit is contained in:
2025-01-18 14:27:39 +00:00
commit 06dcdb9e4c
11 changed files with 266 additions and 0 deletions

18
block.tscn Normal file
View File

@@ -0,0 +1,18 @@
[gd_scene load_steps=4 format=3 uid="uid://bxmatfh6hpb25"]
[ext_resource type="Script" path="res://block.gd" id="1_mhtgf"]
[sub_resource type="PlaceholderTexture2D" id="PlaceholderTexture2D_xujbx"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_116d2"]
size = Vector2(213, 70)
[node name="Block" type="StaticBody2D"]
script = ExtResource("1_mhtgf")
[node name="Sprite2D" type="Sprite2D" parent="."]
scale = Vector2(209.188, 68.75)
texture = SubResource("PlaceholderTexture2D_xujbx")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_116d2")