mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-21 00:13:48 +00:00
Updated func_godot
This commit is contained in:
parent
d8d348640c
commit
01a852de9b
170 changed files with 1705 additions and 2296 deletions
|
|
@ -1,6 +1,7 @@
|
|||
[gd_resource type="Resource" script_class="FuncGodotFGDPointClass" load_steps=4 format=3 uid="uid://cd8kf5wey5n8n"]
|
||||
[gd_resource type="Resource" script_class="FuncGodotFGDPointClass" load_steps=5 format=3 uid="uid://cd8kf5wey5n8n"]
|
||||
|
||||
[ext_resource type="Resource" uid="uid://cwrcrupms7h4d" path="res://3D/TrenchBroom/EntityDefinitions/base/enemy_base.tres" id="1_nx3pd"]
|
||||
[ext_resource type="Script" uid="uid://d1nwwgcrner8b" path="res://addons/func_godot/src/fgd/func_godot_fgd_point_class_display_descriptor.gd" id="2_yd0db"]
|
||||
[ext_resource type="Script" uid="uid://cxsqwtsqd8w33" path="res://addons/func_godot/src/fgd/func_godot_fgd_point_class.gd" id="3_rwtar"]
|
||||
[ext_resource type="Script" uid="uid://00rbjdb4mnb0" path="res://Scripts/Actors/EnemyMarker3D.cs" id="4_7cqxf"]
|
||||
|
||||
|
|
@ -12,9 +13,9 @@ apply_scale_on_map_build = false
|
|||
classname = "marker_spawn_enemy"
|
||||
description = "Enemy Spawn Marker"
|
||||
base_classes = Array[Resource]([ExtResource("1_nx3pd")])
|
||||
meta_properties = {
|
||||
meta_properties = Dictionary[String, Variant]({
|
||||
"color": Color(0.9229911, 0.41614023, 0.21117541, 1),
|
||||
"size": AABB(-4, -4, -6, 4, 4, 6)
|
||||
}
|
||||
})
|
||||
node_class = "Marker3D"
|
||||
metadata/_custom_type_script = "uid://cxsqwtsqd8w33"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
[gd_resource type="Resource" script_class="FuncGodotFGDPointClass" load_steps=4 format=3 uid="uid://cp6w7rgfgtxlk"]
|
||||
[gd_resource type="Resource" script_class="FuncGodotFGDPointClass" load_steps=5 format=3 uid="uid://cp6w7rgfgtxlk"]
|
||||
|
||||
[ext_resource type="Resource" uid="uid://cwrcrupms7h4d" path="res://3D/TrenchBroom/EntityDefinitions/base/enemy_base.tres" id="1_4w7c8"]
|
||||
[ext_resource type="Script" uid="uid://cxsqwtsqd8w33" path="res://addons/func_godot/src/fgd/func_godot_fgd_point_class.gd" id="2_8rpcj"]
|
||||
[ext_resource type="Script" uid="uid://d1nwwgcrner8b" path="res://addons/func_godot/src/fgd/func_godot_fgd_point_class_display_descriptor.gd" id="2_ype3g"]
|
||||
[ext_resource type="Script" uid="uid://00rbjdb4mnb0" path="res://Scripts/Actors/EnemyMarker3D.cs" id="3_4yeye"]
|
||||
|
||||
[resource]
|
||||
|
|
@ -12,16 +13,18 @@ apply_scale_on_map_build = false
|
|||
classname = "marker_spawn_enemy_fairy_guard"
|
||||
description = "Fairy Guard Spawn Marker"
|
||||
base_classes = Array[Resource]([ExtResource("1_4w7c8")])
|
||||
class_properties = {
|
||||
class_properties = Dictionary[String, Variant]({
|
||||
"asdf": "test",
|
||||
"resource_path": "res://Resources/Enemies/Fairy_Guard_3D.tres"
|
||||
}
|
||||
class_property_descriptions = {
|
||||
})
|
||||
class_property_descriptions = Dictionary[String, Variant]({
|
||||
"asdf": "test",
|
||||
"resource_path": "Path to the enemy resource"
|
||||
}
|
||||
meta_properties = {
|
||||
})
|
||||
meta_properties = Dictionary[String, Variant]({
|
||||
"color": Color(0.9229911, 0.41614023, 0.21117541, 1),
|
||||
"model": "{ \"path\": \"textures\\Markers\\FairyGuard.png\", \"scale\": 1 }",
|
||||
"size": AABB(-4, -4, -6, 4, 4, 6)
|
||||
}
|
||||
})
|
||||
node_class = "Marker3D"
|
||||
metadata/_custom_type_script = "uid://cxsqwtsqd8w33"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
[gd_resource type="Resource" script_class="FuncGodotFGDPointClass" load_steps=4 format=3 uid="uid://dxpm148kxfaqp"]
|
||||
[gd_resource type="Resource" script_class="FuncGodotFGDPointClass" load_steps=5 format=3 uid="uid://dxpm148kxfaqp"]
|
||||
|
||||
[ext_resource type="Resource" uid="uid://cwrcrupms7h4d" path="res://3D/TrenchBroom/EntityDefinitions/base/enemy_base.tres" id="1_p3l7c"]
|
||||
[ext_resource type="Script" uid="uid://cxsqwtsqd8w33" path="res://addons/func_godot/src/fgd/func_godot_fgd_point_class.gd" id="2_660wb"]
|
||||
[ext_resource type="Script" uid="uid://d1nwwgcrner8b" path="res://addons/func_godot/src/fgd/func_godot_fgd_point_class_display_descriptor.gd" id="2_gywpy"]
|
||||
[ext_resource type="Script" uid="uid://00rbjdb4mnb0" path="res://Scripts/Actors/EnemyMarker3D.cs" id="3_gywpy"]
|
||||
|
||||
[resource]
|
||||
|
|
@ -12,13 +13,13 @@ apply_scale_on_map_build = false
|
|||
classname = "marker_spawn_enemy_fairy_small"
|
||||
description = "Small Fairy Spawn Marker"
|
||||
base_classes = Array[Resource]([ExtResource("1_p3l7c")])
|
||||
class_properties = {
|
||||
class_properties = Dictionary[String, Variant]({
|
||||
"resource_path": "res://Resources/Enemies/Base_Fairy_3D.tres"
|
||||
}
|
||||
meta_properties = {
|
||||
})
|
||||
meta_properties = Dictionary[String, Variant]({
|
||||
"color": Color(0.9229911, 0.41614023, 0.21117541, 1),
|
||||
"model": "{ \"path\": \"textures\\Markers\\FairySmall.png\", \"scale\": 1 }",
|
||||
"size": AABB(-4, -4, -6, 4, 4, 6)
|
||||
}
|
||||
})
|
||||
node_class = "Marker3D"
|
||||
metadata/_custom_type_script = "uid://cxsqwtsqd8w33"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue