mirror of
https://github.com/Steffo99/hella-farm.git
synced 2024-11-22 16:14:22 +00:00
26 lines
920 B
Text
26 lines
920 B
Text
[gd_scene load_steps=5 format=3 uid="uid://cxj5aud02f40j"]
|
|
|
|
[ext_resource type="Script" path="res://scenes/game/game.gd" id="1_tau5t"]
|
|
[ext_resource type="PackedScene" uid="uid://bc2bm8lbol18w" path="res://entities/sheep.tscn" id="2_8268g"]
|
|
[ext_resource type="PackedScene" uid="uid://uoxwjpmgg27a" path="res://entities/gold.tscn" id="3_48ps6"]
|
|
|
|
[sub_resource type="TileSet" id="TileSet_g2dkm"]
|
|
|
|
[node name="World" type="Node2D"]
|
|
script = ExtResource("1_tau5t")
|
|
|
|
[node name="TileMap" type="TileMap" parent="."]
|
|
tile_set = SubResource("TileSet_g2dkm")
|
|
format = 2
|
|
|
|
[node name="Sheep" parent="." instance=ExtResource("2_8268g")]
|
|
position = Vector2(637, 318)
|
|
run_speed = 600
|
|
|
|
[node name="Gold" parent="." instance=ExtResource("3_48ps6")]
|
|
|
|
[node name="Gold2" parent="." instance=ExtResource("3_48ps6")]
|
|
position = Vector2(368, 391)
|
|
|
|
[node name="Gold3" parent="." instance=ExtResource("3_48ps6")]
|
|
position = Vector2(620, 464)
|