mirror of
https://gitlab.com/open-fpsz/open-fpsz.git
synced 2026-03-27 08:09:25 +00:00
45 lines
3.3 KiB
Text
45 lines
3.3 KiB
Text
[gd_scene load_steps=7 format=3 uid="uid://bvwxfgygm2xb8"]
|
|
|
|
[ext_resource type="Script" path="res://modes/multiplayer/multiplayer.gd" id="1_r1kd6"]
|
|
[ext_resource type="PackedScene" uid="uid://cbhx1xme0sb7k" path="res://entities/player/player.tscn" id="2_og1vb"]
|
|
[ext_resource type="PackedScene" uid="uid://c88l3h0ph00c7" path="res://entities/flag/flag.tscn" id="3_h0rie"]
|
|
[ext_resource type="Script" path="res://maps/components/rabbit_scoring_component.gd" id="5_7woao"]
|
|
[ext_resource type="PackedScene" uid="uid://b8bosdd0o1lu7" path="res://interfaces/scoreboard/scoreboard.tscn" id="5_uj0pp"]
|
|
[ext_resource type="Script" path="res://maps/components/deathmatch_scoring_component.gd" id="6_iov4u"]
|
|
|
|
[node name="Multiplayer" type="Node"]
|
|
script = ExtResource("1_r1kd6")
|
|
PLAYER = ExtResource("2_og1vb")
|
|
FLAG = ExtResource("3_h0rie")
|
|
|
|
[node name="Map" type="Node" parent="."]
|
|
|
|
[node name="MapSpawner" type="MultiplayerSpawner" parent="."]
|
|
_spawnable_scenes = PackedStringArray("res://maps/genesis/genesis.tscn")
|
|
spawn_path = NodePath("../Map")
|
|
spawn_limit = 1
|
|
|
|
[node name="Players" type="Node" parent="."]
|
|
|
|
[node name="PlayersSpawner" type="MultiplayerSpawner" parent="."]
|
|
_spawnable_scenes = PackedStringArray("res://entities/player/player.tscn")
|
|
spawn_path = NodePath("../Players")
|
|
|
|
[node name="Objectives" type="Node" parent="."]
|
|
|
|
[node name="ObjectivesSpawner" type="MultiplayerSpawner" parent="."]
|
|
_spawnable_scenes = PackedStringArray("res://entities/flag/flag.tscn")
|
|
spawn_path = NodePath("../Objectives")
|
|
|
|
[node name="Scoreboard" parent="." instance=ExtResource("5_uj0pp")]
|
|
visible = false
|
|
|
|
[node name="RabbitScoringComponent" type="Node" parent="."]
|
|
script = ExtResource("5_7woao")
|
|
_scoreboard = Object(Control,"_import_path":NodePath(""),"unique_name_in_owner":false,"process_mode":0,"process_priority":0,"process_physics_priority":0,"process_thread_group":0,"editor_description":"","visible":false,"modulate":Color(1, 1, 1, 1),"self_modulate":Color(1, 1, 1, 1),"show_behind_parent":false,"top_level":false,"clip_children":0,"light_mask":1,"visibility_layer":1,"z_index":0,"z_as_relative":true,"y_sort_enabled":false,"texture_filter":0,"texture_repeat":0,"material":null,"use_parent_material":false,"clip_contents":false,"custom_minimum_size":Vector2(0, 0),"layout_direction":0,"layout_mode":3,"anchors_preset":15,"anchor_left":0.0,"anchor_top":0.0,"anchor_right":1.0,"anchor_bottom":1.0,"offset_left":0.0,"offset_top":0.0,"offset_right":0.0,"offset_bottom":0.0,"grow_horizontal":2,"grow_vertical":2,"rotation":0.0,"scale":Vector2(1, 1),"pivot_offset":Vector2(0, 0),"size_flags_horizontal":1,"size_flags_vertical":1,"size_flags_stretch_ratio":1.0,"auto_translate":true,"localize_numeral_system":true,"tooltip_text":"","focus_neighbor_left":NodePath(""),"focus_neighbor_top":NodePath(""),"focus_neighbor_right":NodePath(""),"focus_neighbor_bottom":NodePath(""),"focus_next":NodePath(""),"focus_previous":NodePath(""),"focus_mode":0,"mouse_filter":0,"mouse_force_pass_scroll_events":true,"mouse_default_cursor_shape":0,"shortcut_context":null,"theme":null,"theme_type_variation":&"","script":Resource("res://interfaces/scoreboard/scoreboard.gd"),"_entries":{})
|
|
|
|
|
|
[node name="DeathmatchScoringComponent" type="Node" parent="." node_paths=PackedStringArray("_players", "_scoreboard")]
|
|
script = ExtResource("6_iov4u")
|
|
_players = NodePath("../Players")
|
|
_scoreboard = NodePath("../Scoreboard")
|