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

18 lines
567 B
Text
Raw Normal View History

2024-04-13 14:38:05 +00:00
[gd_scene load_steps=4 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"]
[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