setting up menu
This commit is contained in:
31
scenes/game/comet_zap.tscn
Normal file
31
scenes/game/comet_zap.tscn
Normal file
@@ -0,0 +1,31 @@
|
||||
[gd_scene format=3 uid="uid://bef8re5x0kmmd"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://b0qibayc8b02i" path="res://assets/visual/backgrounds/misc/10-6.png" id="1_lcssi"]
|
||||
[ext_resource type="AudioStream" uid="uid://b2l55uknctgo6" path="res://assets/audio/music/game/Ranma Nibun-no-ichi Bakuretsu Rantouhen - King's Casino [Qk0v_NIqVPg].mp3" id="2_ije4o"]
|
||||
|
||||
[node name="CometZap" type="Node2D" unique_id=1227404695]
|
||||
|
||||
[node name="CanvasLayer" type="CanvasLayer" parent="." unique_id=1005683026]
|
||||
|
||||
[node name="Control" type="Control" parent="CanvasLayer" unique_id=2022519285]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="CanvasLayer/Control" unique_id=308962101]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("1_lcssi")
|
||||
expand_mode = 1
|
||||
|
||||
[node name="BackgroundMusic" type="AudioStreamPlayer2D" parent="." unique_id=1814622732]
|
||||
stream = ExtResource("2_ije4o")
|
||||
autoplay = true
|
||||
parameters/looping = true
|
||||
Reference in New Issue
Block a user