Files
breakout/block.tscn
2025-01-18 14:27:39 +00:00

19 lines
613 B
Plaintext

[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")