33 lines
1.1 KiB
Plaintext
33 lines
1.1 KiB
Plaintext
|
|
[gd_scene load_steps=5 format=3 uid="uid://co6md8v2b8hhu"]
|
||
|
|
|
||
|
|
[ext_resource type="Script" path="res://Scripts/Grid.gd" id="1_2s04l"]
|
||
|
|
[ext_resource type="Script" path="res://Scripts/SelectionManager.gd" id="1_anesy"]
|
||
|
|
[ext_resource type="PackedScene" uid="uid://cgygrdlj7ty6s" path="res://Tiles/farm.tscn" id="2_7ixwv"]
|
||
|
|
[ext_resource type="Script" path="res://Scripts/Highlight.gd" id="3_62nr3"]
|
||
|
|
|
||
|
|
[node name="Root" type="Node2D"]
|
||
|
|
position = Vector2(13, -2)
|
||
|
|
|
||
|
|
[node name="Camera2D" type="Camera2D" parent="."]
|
||
|
|
|
||
|
|
[node name="Grid" type="Node2D" parent="."]
|
||
|
|
script = ExtResource("1_2s04l")
|
||
|
|
cells = 32
|
||
|
|
cell_size = 24
|
||
|
|
|
||
|
|
[node name="Farm" parent="Grid" instance=ExtResource("2_7ixwv")]
|
||
|
|
position = Vector2(204, -132)
|
||
|
|
|
||
|
|
[node name="Farm2" parent="Grid" instance=ExtResource("2_7ixwv")]
|
||
|
|
position = Vector2(-108, -108)
|
||
|
|
|
||
|
|
[node name="Farm3" parent="Grid" instance=ExtResource("2_7ixwv")]
|
||
|
|
position = Vector2(-12, -156)
|
||
|
|
|
||
|
|
[node name="Highlight" type="Node2D" parent="."]
|
||
|
|
script = ExtResource("3_62nr3")
|
||
|
|
highlight_color = Color(1, 1, 1, 0.301961)
|
||
|
|
|
||
|
|
[node name="SelectionManager" type="Node2D" parent="."]
|
||
|
|
script = ExtResource("1_anesy")
|