Added player, added tiles, added objects
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://crccdk7wmuqig"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://ddm4gc2g3aj2i" path="res://images/level/objects.png" id="1_a62d7"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_qwmf4"]
|
||||
atlas = ExtResource("1_a62d7")
|
||||
region = Rect2(0, 32, 48, 32)
|
||||
|
||||
[node name="PaintingHL" type="Node2D"]
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
texture = SubResource("AtlasTexture_qwmf4")
|
||||
Reference in New Issue
Block a user