initial commit
This commit is contained in:
commit
c2bb3893a9
1038 changed files with 75846 additions and 0 deletions
13
elements/entities/statue/statue.gd
Normal file
13
elements/entities/statue/statue.gd
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
extends Node3D
|
||||
|
||||
signal interacted(description: String)
|
||||
|
||||
@export var description: String = "With a close eye you notice the once red hue of the faded statue before you."
|
||||
|
||||
|
||||
func _ready() -> void:
|
||||
add_to_group("interactable")
|
||||
|
||||
|
||||
func interact() -> void:
|
||||
interacted.emit(description)
|
||||
1
elements/entities/statue/statue.gd.uid
Normal file
1
elements/entities/statue/statue.gd.uid
Normal file
|
|
@ -0,0 +1 @@
|
|||
uid://cv812jw5xvyrn
|
||||
6
elements/entities/statue/statue.tscn
Normal file
6
elements/entities/statue/statue.tscn
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[gd_scene format=3 uid="uid://dljbrlml24euq"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://cv812jw5xvyrn" path="res://elements/entities/statue/statue.gd" id="1_0h5tx"]
|
||||
|
||||
[node name="Statue" type="Node3D" unique_id=1981457761]
|
||||
script = ExtResource("1_0h5tx")
|
||||
Loading…
Add table
Add a link
Reference in a new issue