gameboy add
This commit is contained in:
29
scene/gameboy.tscn
Normal file
29
scene/gameboy.tscn
Normal file
@@ -0,0 +1,29 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://bj1ita42m6vj5"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://blkdbhu6usvic" path="res://model/GameConsole.png" id="1_1xnas"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_fjb7e"]
|
||||
bg_color = Color(0.0862745, 0.0862745, 0.0862745, 0.596078)
|
||||
|
||||
[node name="CanvasLayer" type="CanvasLayer"]
|
||||
|
||||
[node name="Panel" type="Panel" parent="."]
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme_override_styles/panel = SubResource("StyleBoxFlat_fjb7e")
|
||||
|
||||
[node name="CenterContainer" type="CenterContainer" parent="Panel"]
|
||||
layout_mode = 1
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="GameConsole" type="Sprite2D" parent="Panel/CenterContainer"]
|
||||
texture = ExtResource("1_1xnas")
|
||||
Reference in New Issue
Block a user