From e1e7b9f76a70015917af467e4fca11b9bfc7ff76 Mon Sep 17 00:00:00 2001 From: Tabby <41929769+tabby-cat-nya@users.noreply.github.com> Date: Tue, 13 May 2025 16:01:12 +1000 Subject: [PATCH] there are now 7 prototypes in the main vire :3 --- game_scene.tscn | 29 +++++++++++++---------------- 1 file changed, 13 insertions(+), 16 deletions(-) diff --git a/game_scene.tscn b/game_scene.tscn index c94565f..66ef645 100644 --- a/game_scene.tscn +++ b/game_scene.tscn @@ -1,12 +1,15 @@ -[gd_scene load_steps=8 format=3 uid="uid://ct8axfbvd2wn4"] +[gd_scene load_steps=11 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"] [ext_resource type="PackedScene" uid="uid://ckbyiwy0dxbsd" path="res://games/platformer/platformer.tscn" id="4_mj2jn"] +[ext_resource type="PackedScene" uid="uid://b5lh8cnwu8xhg" path="res://games/ddr/ddr.tscn" id="5_e35lh"] [ext_resource type="PackedScene" uid="uid://cnpyrh4c6a7cg" path="res://games/bullet_hell/bullet_hell.tscn" id="6_kdryc"] [ext_resource type="PackedScene" uid="uid://d0qteaieltywg" path="res://games/bomb defusal/bomb_defusal.tscn" id="7_6e45b"] +[ext_resource type="PackedScene" uid="uid://bkabgl6p44c5b" path="res://games/space invaders/space_invaders.tscn" id="9_miq82"] +[ext_resource type="PackedScene" uid="uid://drk2fwkv816qv" path="res://games/crafting/crafting.tscn" id="9_udeyl"] [node name="GameScene" type="Control"] layout_mode = 3 @@ -50,12 +53,10 @@ size_flags_vertical = 3 texture = ExtResource("2_po0ka") expand_mode = 1 -[node name="ColorRect2" type="TextureRect" parent="GridContainer"] +[node name="Control6" parent="GridContainer" instance=ExtResource("1_mlf6e")] layout_mode = 2 -size_flags_horizontal = 3 -size_flags_vertical = 3 -texture = ExtResource("2_po0ka") -expand_mode = 1 +channel_name = "DDR" +channel_scene = ExtResource("5_e35lh") [node name="Control3" parent="GridContainer" instance=ExtResource("1_mlf6e")] layout_mode = 2 @@ -72,19 +73,15 @@ layout_mode = 2 channel_name = "Bomb Defusal" channel_scene = ExtResource("7_6e45b") -[node name="ColorRect3" type="TextureRect" parent="GridContainer"] +[node name="Control8" parent="GridContainer" instance=ExtResource("1_mlf6e")] layout_mode = 2 -size_flags_horizontal = 3 -size_flags_vertical = 3 -texture = ExtResource("2_po0ka") -expand_mode = 1 +channel_name = "Space Invaders" +channel_scene = ExtResource("9_miq82") -[node name="ColorRect4" type="TextureRect" parent="GridContainer"] +[node name="Control7" parent="GridContainer" instance=ExtResource("1_mlf6e")] layout_mode = 2 -size_flags_horizontal = 3 -size_flags_vertical = 3 -texture = ExtResource("2_po0ka") -expand_mode = 1 +channel_name = "Crafting" +channel_scene = ExtResource("9_udeyl") [node name="Camera2D" type="Camera2D" parent="."] offset = Vector2(320, 180)