Want to contribute? Fork me on Codeberg.org!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
544 B

[gd_scene load_steps=3 format=3 uid="uid://dmbiy6vupfawk"]
[ext_resource type="Texture2D" uid="uid://dbjqbgu6ru4m1" path="res://white.png" id="1_eu1eh"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_6fi6a"]
size = Vector2(32, 32)
[node name="CollisionShape2D" type="StaticBody2D"]
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_6fi6a")
[node name="Sprite2D" type="Sprite2D" parent="."]
modulate = Color(0.105882, 0.105882, 0.105882, 1)
texture = ExtResource("1_eu1eh")