mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 15:00:09 +01:00
23 lines
837 B
Plaintext
23 lines
837 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://rovdpj5fi8ob"]
|
|
|
|
[ext_resource type="NavigationPolygon" uid="uid://prlt4stfk6uh" path="res://navigation_polygon.res" id="2_lph0a"]
|
|
[ext_resource type="Texture2D" uid="uid://duf88ucnma25" path="res://map.png" id="2_nxfkp"]
|
|
[ext_resource type="PackedScene" uid="uid://dtk37bqfg52j2" path="res://character.tscn" id="4_n6iop"]
|
|
|
|
[node name="Navigation" type="Node2D"]
|
|
|
|
[node name="Map" type="Sprite2D" parent="."]
|
|
z_index = -1
|
|
position = Vector2(400, 302)
|
|
texture = ExtResource("2_nxfkp")
|
|
|
|
[node name="NavigationRegion2D" type="NavigationRegion2D" parent="."]
|
|
navigation_polygon = ExtResource("2_lph0a")
|
|
|
|
[node name="Character" parent="." instance=ExtResource("4_n6iop")]
|
|
position = Vector2(211, 141)
|
|
|
|
[node name="Camera2D" type="Camera2D" parent="."]
|
|
offset = Vector2(400, 324)
|
|
process_callback = 0
|