initial commit
This commit is contained in:
commit
c2bb3893a9
1038 changed files with 75846 additions and 0 deletions
17
data/entities/door/door.tres
Normal file
17
data/entities/door/door.tres
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
[gd_resource type="Resource" script_class="FuncGodotFGDPointClass" format=3 uid="uid://btg4xhda1hxl4"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://cxsqwtsqd8w33" path="res://addons/func_godot/src/fgd/func_godot_fgd_point_class.gd" id="1_script"]
|
||||
[ext_resource type="Script" uid="uid://d1nwwgcrner8b" path="res://addons/func_godot/src/fgd/func_godot_fgd_point_class_display_descriptor.gd" id="2_display"]
|
||||
[ext_resource type="PackedScene" uid="uid://dxwcrc6ktiyx5" path="res://elements/entities/door/door.tscn" id="3_scene"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_script")
|
||||
scene_file = ExtResource("3_scene")
|
||||
apply_scale_on_map_build = false
|
||||
classname = "point_door"
|
||||
description = "Swinging door. Place on a cell boundary between two tiles. The entity origin is the hinge corner. Set angle to orient the door."
|
||||
meta_properties = Dictionary[String, Variant]({
|
||||
"color": Color(0.6, 0.3, 0.1, 1),
|
||||
"size": AABB(-4, 0, -4, 8, 64, 8)
|
||||
})
|
||||
metadata/_custom_type_script = "uid://cxsqwtsqd8w33"
|
||||
Loading…
Add table
Add a link
Reference in a new issue