asteroids cooking

This commit is contained in:
Tabby 2025-05-11 20:11:41 +10:00
parent d5c27030c5
commit 51be54d905
8 changed files with 73 additions and 15 deletions

View file

@ -1,7 +1,9 @@
[gd_scene load_steps=3 format=3 uid="uid://ct8axfbvd2wn4"]
[gd_scene load_steps=5 format=3 uid="uid://ct8axfbvd2wn4"]
[ext_resource type="PackedScene" uid="uid://63rik2noj8id" path="res://base modules/test_channel.tscn" id="1_mlf6e"]
[ext_resource type="PackedScene" uid="uid://ch1x8pfdu2b1g" path="res://test_game.tscn" id="2_mixcd"]
[ext_resource type="Texture2D" uid="uid://cyo0wl4dt3td1" path="res://sprites/offline_channel.png" id="2_po0ka"]
[ext_resource type="PackedScene" uid="uid://bw1hhx7lyfonr" path="res://games/asteroids/asteroids.tscn" id="3_mj2jn"]
[node name="GameScene" type="Control"]
layout_mode = 3
@ -31,7 +33,12 @@ columns = 3
[node name="Control" parent="GridContainer" instance=ExtResource("1_mlf6e")]
layout_mode = 2
channel_name = ""
channel_scene = ExtResource("2_mixcd")
[node name="Control2" parent="GridContainer" instance=ExtResource("1_mlf6e")]
layout_mode = 2
channel_name = "Asteroids"
channel_scene = ExtResource("3_mj2jn")
[node name="ColorRect" type="TextureRect" parent="GridContainer"]
layout_mode = 2
@ -82,12 +89,5 @@ size_flags_vertical = 3
texture = ExtResource("2_po0ka")
expand_mode = 1
[node name="ColorRect8" type="TextureRect" parent="GridContainer"]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
texture = ExtResource("2_po0ka")
expand_mode = 1
[node name="Camera2D" type="Camera2D" parent="."]
offset = Vector2(320, 180)