skullball/godot/maps/entities/goal.tres

27 lines
1.2 KiB
Plaintext

[gd_resource type="Resource" script_class="FuncGodotFGDModelPointClass" format=3 uid="uid://bm5nw7wckpjqp"]
[ext_resource type="Script" uid="uid://d1nwwgcrner8b" path="res://addons/func_godot/src/fgd/func_godot_fgd_point_class_display_descriptor.gd" id="1_2ikly"]
[ext_resource type="Script" uid="uid://ldfqjtq0br35" path="res://addons/func_godot/src/fgd/func_godot_fgd_model_point_class.gd" id="2_12rmh"]
[ext_resource type="PackedScene" uid="uid://c1r8nk58cci3a" path="res://scenes/misc/goal.tscn" id="2_ryfjt"]
[resource]
script = ExtResource("2_12rmh")
target_map_editor = 1
generate_size_property = true
scene_file = ExtResource("2_ryfjt")
classname = "info_goal"
class_properties = Dictionary[String, Variant]({
"team": -1
})
class_property_descriptions = Dictionary[String, Variant]({
"team": "The index of the team in the MapResource teams array, whose goal this is."
})
auto_apply_to_matching_node_properties = true
meta_properties = Dictionary[String, Variant]({
"color": Color(0.8, 0.8, 0.8, 1),
"model": "{\"path\": \"godot/maps/entity_models/info_goal.glb\", \"scale\": 32.0 }",
"size": AABB(-64, -64, 0, 64, 64, 64)
})
node_class = "Node3D"
metadata/_custom_type_script = "uid://ldfqjtq0br35"