beta-1.4/persistence-implementation (#3)
Reviewed-on: #3
This commit was merged in pull request #3.
This commit is contained in:
17
Debug/Utility Objects/under_construction_block.tscn
Normal file
17
Debug/Utility Objects/under_construction_block.tscn
Normal file
@@ -0,0 +1,17 @@
|
||||
[gd_scene format=3 uid="uid://c7rjjlamkqhnw"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://2euqjppqk8s5" path="res://Assets/Sprites/Under Construction.png" id="1_acm7k"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_wcsxr"]
|
||||
size = Vector2(16, 16)
|
||||
|
||||
[node name="Under Construction Block" type="StaticBody2D" unique_id=390553492]
|
||||
texture_repeat = 2
|
||||
collision_mask = 0
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=64334173]
|
||||
shape = SubResource("RectangleShape2D_wcsxr")
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="." unique_id=291414072]
|
||||
texture_repeat = 2
|
||||
texture = ExtResource("1_acm7k")
|
||||
Reference in New Issue
Block a user