mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-15 06:02:13 +00:00
refactor(*): Restructure game into reusable Arena/GameMode architecture with controller-driven ships, adding Free Play and Match modes
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
[gd_scene load_steps=4 format=3]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/match_mode.gd" id="1_m"]
|
||||
[ext_resource type="PackedScene" path="res://scenes/arena_01.tscn" id="2_m"]
|
||||
[ext_resource type="PackedScene" uid="uid://c8kak2l3m4n5" path="res://scenes/HUD.tscn" id="3_m"]
|
||||
|
||||
[node name="Match" type="Node3D"]
|
||||
script = ExtResource("1_m")
|
||||
|
||||
[node name="Arena" parent="." instance=ExtResource("2_m")]
|
||||
|
||||
[node name="HUD" parent="." instance=ExtResource("3_m")]
|
||||
Reference in New Issue
Block a user