From 73cbbef3d165519f7d76304049e0037ecaa29f85 Mon Sep 17 00:00:00 2001 From: Lucas Fryzek Date: Mon, 25 Sep 2023 18:22:55 -0400 Subject: Add seed object and ability to pickup --- scenes/main.tscn | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'scenes') 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) -- cgit