mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-07 15:31:16 +00:00
Enemy TB entities
This commit is contained in:
parent
05047da6b3
commit
4c7f44abf9
16 changed files with 323 additions and 201 deletions
11
3D/TrenchBroom/fgd_enemies.tres
Normal file
11
3D/TrenchBroom/fgd_enemies.tres
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[gd_resource type="Resource" script_class="FuncGodotFGDFile" load_steps=5 format=3 uid="uid://orkweel5r31c"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://drlmgulwbjwqu" path="res://addons/func_godot/src/fgd/func_godot_fgd_file.gd" id="1_3d3gq"]
|
||||
[ext_resource type="Resource" uid="uid://cd8kf5wey5n8n" path="res://3D/TrenchBroom/EntityDefinitions/point/actors/EnemySpawners/marker_spawn_enemy.tres" id="1_6m3ln"]
|
||||
[ext_resource type="Resource" uid="uid://cp6w7rgfgtxlk" path="res://3D/TrenchBroom/EntityDefinitions/point/actors/EnemySpawners/marker_spawn_enemy_fairy_guard.tres" id="2_lpp7a"]
|
||||
[ext_resource type="Resource" uid="uid://dxpm148kxfaqp" path="res://3D/TrenchBroom/EntityDefinitions/point/actors/EnemySpawners/marker_spawn_enemy_fairy_small.tres" id="3_tge2p"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_3d3gq")
|
||||
entity_definitions = Array[Resource]([ExtResource("1_6m3ln"), ExtResource("2_lpp7a"), ExtResource("3_tge2p")])
|
||||
metadata/_custom_type_script = "uid://drlmgulwbjwqu"
|
||||
Loading…
Add table
Add a link
Reference in a new issue