2024-04-14 02:09:36 +00:00
|
|
|
[gd_scene load_steps=6 format=3 uid="uid://cxj5aud02f40j"]
|
2024-04-14 01:38:04 +00:00
|
|
|
|
2024-04-14 02:07:35 +00:00
|
|
|
[ext_resource type="Script" path="res://scenes/game/menu_game.gd" id="1_x18yb"]
|
2024-04-14 01:38:04 +00:00
|
|
|
[ext_resource type="PackedScene" uid="uid://brvbtvt4em32" path="res://behaviours/counter.tscn" id="2_7flt7"]
|
2024-04-14 02:09:36 +00:00
|
|
|
[ext_resource type="PackedScene" uid="uid://dm068vaseh45n" path="res://scenes/game/game_camera.tscn" id="2_ci6f2"]
|
2024-04-14 01:38:04 +00:00
|
|
|
|
|
|
|
[sub_resource type="TileSet" id="TileSet_g2dkm"]
|
|
|
|
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_p1lg5"]
|
|
|
|
size = Vector2(1280, 720)
|
|
|
|
|
|
|
|
[node name="MainGame" type="Node2D"]
|
2024-04-14 02:07:35 +00:00
|
|
|
script = ExtResource("1_x18yb")
|
2024-04-14 01:38:04 +00:00
|
|
|
|
|
|
|
[node name="TileMap" type="TileMap" parent="."]
|
|
|
|
tile_set = SubResource("TileSet_g2dkm")
|
|
|
|
format = 2
|
|
|
|
|
|
|
|
[node name="PlayArea" type="Area2D" parent="."]
|
|
|
|
|
|
|
|
[node name="Shape" type="CollisionShape2D" parent="PlayArea"]
|
|
|
|
shape = SubResource("RectangleShape2D_p1lg5")
|
|
|
|
debug_color = Color(1, 1, 1, 0)
|
|
|
|
|
2024-04-14 02:09:36 +00:00
|
|
|
[node name="GameCamera" parent="." instance=ExtResource("2_ci6f2")]
|
2024-04-14 01:38:04 +00:00
|
|
|
|
|
|
|
[node name="GoldCounter" parent="." instance=ExtResource("2_7flt7")]
|