mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-07-12 18:43:49 +00:00
feat(*): Add new match scene, new player scene and main menu
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -0,0 +1,44 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://bcq14356s3e2i"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://c1tfuurttt8ft" path="res://scripts/main_menu_play_button.gd" id="1_28flt"]
|
||||
|
||||
[sub_resource type="LabelSettings" id="LabelSettings_erv1k"]
|
||||
|
||||
[node name="MainMenu" type="Node2D"]
|
||||
|
||||
[node name="Label" type="Label" parent="."]
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = -51.0
|
||||
offset_top = -11.0
|
||||
offset_right = 253.0
|
||||
offset_bottom = 109.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
size_flags_horizontal = 4
|
||||
text = "Cosmic Clash"
|
||||
label_settings = SubResource("LabelSettings_erv1k")
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="Button" type="Button" parent="."]
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = 347.0
|
||||
offset_top = 233.0
|
||||
offset_right = 676.0
|
||||
offset_bottom = 373.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
size_flags_horizontal = 4
|
||||
size_flags_vertical = 4
|
||||
text = "Play"
|
||||
script = ExtResource("1_28flt")
|
||||
|
||||
[connection signal="pressed" from="Button" to="Button" method="_on_pressed"]
|
||||
@@ -2,10 +2,10 @@
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://dnra1buk328d" path="res://objects/vehicle.tscn" id="2_2d4ji"]
|
||||
[ext_resource type="ArrayMesh" uid="uid://ucw1lyo43yi4" path="res://assets/models/gold_ball.res" id="2_4bpxj"]
|
||||
[ext_resource type="Script" path="res://scripts/MatchCamera3D.gd" id="2_n3g6s"]
|
||||
[ext_resource type="Script" uid="uid://scnbnslvru0b" path="res://scripts/MatchCamera3D.gd" id="2_n3g6s"]
|
||||
[ext_resource type="PackedScene" uid="uid://cofdcxo5170rs" path="res://objects/goal.tscn" id="3_xk008"]
|
||||
[ext_resource type="Script" path="res://scripts/player1.gd" id="4_keuru"]
|
||||
[ext_resource type="Script" path="res://scripts/player2.gd" id="4_vutck"]
|
||||
[ext_resource type="Script" uid="uid://cprbkhe46c1be" path="res://scripts/player1.gd" id="4_keuru"]
|
||||
[ext_resource type="Script" uid="uid://bdda0ybrdo3or" path="res://scripts/player2.gd" id="4_vutck"]
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_xmumy"]
|
||||
albedo_color = Color(0.0196078, 0.34902, 0.156863, 1)
|
||||
|
||||
Reference in New Issue
Block a user