diff options
author | Lucas Fryzek <lucas.fryzek@fryzekconcepts.com> | 2023-09-25 18:22:55 -0400 |
---|---|---|
committer | Lucas Fryzek <lucas.fryzek@fryzekconcepts.com> | 2023-09-25 18:22:55 -0400 |
commit | 73cbbef3d165519f7d76304049e0037ecaa29f85 (patch) | |
tree | 668dba8380699aa576355a9d1a2390496b34c059 /scenes | |
parent | 185de137decb12cc05c58436151456ef43ebd84e (diff) |
Add seed object and ability to pickup
Diffstat (limited to 'scenes')
-rw-r--r-- | scenes/main.tscn | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/scenes/main.tscn b/scenes/main.tscn index c1339d1..4b38245 100644 --- a/scenes/main.tscn +++ b/scenes/main.tscn @@ -1,9 +1,10 @@ -[gd_scene load_steps=11 format=3 uid="uid://bb55ocpenupao"] +[gd_scene load_steps=12 format=3 uid="uid://bb55ocpenupao"] [ext_resource type="Script" path="res://scripts/level_gen.gd" id="1_sfx65"] [ext_resource type="PackedScene" uid="uid://dsq68sqy2ldjm" path="res://prefab/player.tscn" id="3_8dect"] [ext_resource type="Material" uid="uid://uiwp0gpofjrx" path="res://materials/terrain.tres" id="3_nsy4g"] [ext_resource type="PackedScene" uid="uid://2a3fyuye46hm" path="res://prefab/rock.tscn" id="3_so64k"] +[ext_resource type="PackedScene" uid="uid://cy44cmw1wn862" path="res://prefab/seed.tscn" id="5_sfjwf"] [sub_resource type="BoxMesh" id="BoxMesh_2l1xl"] material = ExtResource("3_nsy4g") @@ -88,3 +89,6 @@ offset_right = 88.0 offset_bottom = 42.0 text = "0" text_direction = 2 + +[node name="Seed" parent="." instance=ExtResource("5_sfjwf")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 21.0312, 0.5, -2.87852) |