1
Fork 0
mirror of https://github.com/Steffo99/hella-farm.git synced 2024-11-23 00:24:21 +00:00
hella-farm/scenes/game/game.tscn

27 lines
920 B
Text
Raw Normal View History

2024-04-13 17:07:26 +00:00
[gd_scene load_steps=5 format=3 uid="uid://cxj5aud02f40j"]
2024-04-13 14:38:05 +00:00
[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"]
2024-04-13 17:07:26 +00:00
[ext_resource type="PackedScene" uid="uid://uoxwjpmgg27a" path="res://entities/gold.tscn" id="3_48ps6"]
2024-04-13 14:38:05 +00:00
[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
2024-04-13 17:07:26 +00:00
[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)