mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-08 14:01:17 +00:00
Fixed entity definitions
This commit is contained in:
parent
e416b3d8cd
commit
133f4088d0
22 changed files with 3681 additions and 6774 deletions
|
|
@ -0,0 +1,15 @@
|
|||
[gd_resource type="Resource" script_class="FuncGodotFGDBaseClass" load_steps=2 format=3 uid="uid://bl4hy04wp3v6a"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://ck575aqs1sbrb" path="res://addons/func_godot/src/fgd/func_godot_fgd_base_class.gd" id="1_qupqd"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_qupqd")
|
||||
classname = "VertexMergeDistance"
|
||||
description = "Adjustable value to snap vertices to on map build. This can reduce instances of seams between polygons."
|
||||
class_properties = Dictionary[String, Variant]({
|
||||
"_vertex_merge_distance": 0.03125
|
||||
})
|
||||
class_property_descriptions = Dictionary[String, Variant]({
|
||||
"_vertex_merge_distance": "Adjustable value to snap vertices to on map build. This can reduce instances of seams between polygons."
|
||||
})
|
||||
metadata/_custom_type_script = "uid://ck575aqs1sbrb"
|
||||
Loading…
Add table
Add a link
Reference in a new issue