-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWorld.tscn
More file actions
26 lines (18 loc) · 834 Bytes
/
Copy pathWorld.tscn
File metadata and controls
26 lines (18 loc) · 834 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[gd_scene load_steps=4 format=3 uid="uid://cysua2buxkmar"]
[ext_resource type="Script" path="res://World.gd" id="1_3lm0g"]
[ext_resource type="PackedScene" uid="uid://c1vqg2vqcwo4j" path="res://UI.tscn" id="1_mg6jh"]
[ext_resource type="Script" path="res://addons/godot_rl_agents/sync.gd" id="3_svawa"]
[node name="Node2D" type="Node2D"]
[node name="Control" parent="." instance=ExtResource("1_mg6jh")]
[node name="TileMap" type="TileMap" parent="."]
format = 2
script = ExtResource("1_3lm0g")
[node name="Camera2D" type="Camera2D" parent="."]
position = Vector2(50, 46)
zoom = Vector2(6, 6)
[node name="Tick" type="Timer" parent="."]
wait_time = 0.05
autostart = true
[node name="Sync" type="Node2D" parent="."]
script = ExtResource("3_svawa")
[connection signal="timeout" from="Tick" to="TileMap" method="_on_tick_timeout"]