designed map
This commit is contained in:
@@ -1,11 +1,7 @@
|
||||
[gd_scene load_steps=5 format=3 uid="uid://cd57rr2jffwqu"]
|
||||
[gd_scene load_steps=4 format=3 uid="uid://cd57rr2jffwqu"]
|
||||
|
||||
[ext_resource type="Script" path="res://player.gd" id="1_yhpqp"]
|
||||
[ext_resource type="Texture2D" uid="uid://bsrmtons1ov7x" path="res://assets/maze.png" id="2_1jodf"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_75d0y"]
|
||||
atlas = ExtResource("2_1jodf")
|
||||
region = Rect2(48, 0, 16, 16)
|
||||
[ext_resource type="Script" path="res://scripts/player.gd" id="1_yhpqp"]
|
||||
[ext_resource type="Texture2D" uid="uid://d32ory5gus4lm" path="res://assets/dot.png" id="2_up8am"]
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_c7wcn"]
|
||||
radius = 6.0
|
||||
@@ -14,7 +10,7 @@ radius = 6.0
|
||||
script = ExtResource("1_yhpqp")
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
texture = SubResource("AtlasTexture_75d0y")
|
||||
texture = ExtResource("2_up8am")
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
shape = SubResource("CircleShape2D_c7wcn")
|
||||
|
||||
Reference in New Issue
Block a user