initial commit
This commit is contained in:
commit
c2bb3893a9
1038 changed files with 75846 additions and 0 deletions
24
data/entities/statue/statue.tres
Normal file
24
data/entities/statue/statue.tres
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
[gd_resource type="Resource" script_class="FuncGodotFGDPointClass" format=3 uid="uid://c2reab70u5s8x"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://d1nwwgcrner8b" path="res://addons/func_godot/src/fgd/func_godot_fgd_point_class_display_descriptor.gd" id="1_3wkfy"]
|
||||
[ext_resource type="Script" uid="uid://cxsqwtsqd8w33" path="res://addons/func_godot/src/fgd/func_godot_fgd_point_class.gd" id="2_6d3gj"]
|
||||
[ext_resource type="PackedScene" uid="uid://dljbrlml24euq" path="res://elements/entities/statue/statue.tscn" id="2_q4ety"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_6d3gj")
|
||||
scene_file = ExtResource("2_q4ety")
|
||||
apply_rotation_on_map_build = false
|
||||
apply_scale_on_map_build = false
|
||||
classname = "point_statue"
|
||||
description = "Interactable statue. Place on a tile the player can reach and press interact to examine."
|
||||
class_properties = Dictionary[String, Variant]({
|
||||
"description": "With a close eye you notice the once red hue of the faded statue before you."
|
||||
})
|
||||
class_property_descriptions = Dictionary[String, Variant]({
|
||||
"description": "Text displayed when the player interacts with this statue."
|
||||
})
|
||||
meta_properties = Dictionary[String, Variant]({
|
||||
"color": Color(0.8, 0.5, 0.3, 1),
|
||||
"size": AABB(-8, -8, -8, 16, 16, 16)
|
||||
})
|
||||
metadata/_custom_type_script = "uid://cxsqwtsqd8w33"
|
||||
Loading…
Add table
Add a link
Reference in a new issue