mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-15 23:03:47 +00:00
Rebalances and new fairy
This commit is contained in:
parent
25dff4215d
commit
265f5ecfca
18 changed files with 1785 additions and 1041 deletions
|
|
@ -0,0 +1,24 @@
|
|||
[gd_resource type="Resource" script_class="FuncGodotFGDPointClass" load_steps=4 format=3 uid="uid://c5sejd3gjdu2k"]
|
||||
|
||||
[ext_resource type="Resource" uid="uid://cwrcrupms7h4d" path="res://3D/TrenchBroom/EntityDefinitions/base/enemy_base.tres" id="1_yklee"]
|
||||
[ext_resource type="Script" uid="uid://cxsqwtsqd8w33" path="res://addons/func_godot/src/fgd/func_godot_fgd_point_class.gd" id="2_moy5q"]
|
||||
[ext_resource type="Script" uid="uid://00rbjdb4mnb0" path="res://Scripts/Actors/EnemyMarker3D.cs" id="3_vobwj"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_moy5q")
|
||||
script_class = ExtResource("3_vobwj")
|
||||
apply_rotation_on_map_build = false
|
||||
apply_scale_on_map_build = false
|
||||
classname = "marker_spawn_enemy_fairy_small_t1"
|
||||
description = "Small T1 Fairy Spawn Marker"
|
||||
base_classes = Array[Resource]([ExtResource("1_yklee")])
|
||||
class_properties = {
|
||||
"resource_path": "res://Resources/Enemies/Base_Fairy_T1_3D.tres"
|
||||
}
|
||||
meta_properties = {
|
||||
"color": Color(0.9229911, 0.41614023, 0.21117541, 1),
|
||||
"model": "{ \"path\": \"textures\\Markers\\FairySmallT1.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