23 lines
777 B
Plaintext
23 lines
777 B
Plaintext
|
|
[gd_scene load_steps=4 format=3 uid="uid://kyrpsg085djf"]
|
||
|
|
|
||
|
|
[ext_resource type="Script" uid="uid://cf24sqa5714px" path="res://game.gd" id="1_haeiw"]
|
||
|
|
[ext_resource type="Script" uid="uid://ds0drx8caitrw" path="res://circulo_dibujado.gd" id="2_b5kf5"]
|
||
|
|
[ext_resource type="AudioStream" uid="uid://cwudtop42vbi8" path="res://luvvoice.com-20250407-SAuUo3.mp3" id="3_hvuor"]
|
||
|
|
|
||
|
|
[node name="Game" type="Node2D"]
|
||
|
|
script = ExtResource("1_haeiw")
|
||
|
|
|
||
|
|
[node name="Shape" type="Node2D" parent="."]
|
||
|
|
script = ExtResource("2_b5kf5")
|
||
|
|
|
||
|
|
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
|
||
|
|
stream = ExtResource("3_hvuor")
|
||
|
|
|
||
|
|
[node name="MenuButton" type="MenuButton" parent="."]
|
||
|
|
offset_left = 14.0
|
||
|
|
offset_top = 9.0
|
||
|
|
offset_right = 103.0
|
||
|
|
offset_bottom = 40.0
|
||
|
|
text = "OPCIONES"
|
||
|
|
flat = false
|