Initial commit
This commit is contained in:
18
block.tscn
Normal file
18
block.tscn
Normal 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")
|
||||
Reference in New Issue
Block a user