v.0.5.8.2: Größe erneut angepasst
parent
4a4b4dedf8
commit
03f607158a
22
game.tscn
22
game.tscn
|
@ -11,17 +11,14 @@
|
|||
script = ExtResource("1_g1ie7")
|
||||
|
||||
[node name="Numbers" parent="." instance=ExtResource("1_ym80r")]
|
||||
visible = false
|
||||
position = Vector2(375, 232)
|
||||
layer_0/tile_data = PackedInt32Array(65533, 1, 3, 131069, 65537, 3, 196605, 131073, 3, 262141, 196609, 3, 327677, 65537, 4, 393213, 131073, 4, -2, 1, 3, -1, 65537, 3, -65536, 131073, 3, -65535, 196609, 3, -65534, 65537, 4, -65533, 131073, 4)
|
||||
|
||||
[node name="Board" parent="." instance=ExtResource("1_ym80r")]
|
||||
visible = false
|
||||
position = Vector2(375, 232)
|
||||
layer_0/tile_data = PackedInt32Array(65537, 1, 0, 131073, 1, 0, 131074, 1, 0, 0, 1, 0, 65536, 1, 0, 131072, 1, 0, 1, 1, 0, 2, 1, 0, 65538, 1, 0, 65534, 1, 0, 131070, 1, 0, 131071, 1, 0, 196607, 1, 0, 65535, 1, 0, 196606, 1, 0, 262142, 1, 0, 327678, 1, 0, 393214, 1, 0, 393215, 1, 0, 327680, 1, 0, 327681, 1, 0, 327682, 1, 0, 327683, 1, 0, 262147, 1, 0, 196611, 1, 0, 131075, 1, 0, 65539, 1, 0, 3, 1, 0, 196610, 1, 0, 262146, 1, 0, 262145, 1, 0, 196609, 1, 0, 262144, 1, 0, 196608, 1, 0, 327679, 1, 0, 262143, 1, 0)
|
||||
|
||||
[node name="GUI" type="Node2D" parent="."]
|
||||
visible = false
|
||||
|
||||
[node name="Title" type="Label" parent="GUI"]
|
||||
offset_left = 834.0
|
||||
|
@ -151,11 +148,12 @@ theme_override_font_sizes/font_size = 50
|
|||
text = "Steine zum gewinnen: "
|
||||
|
||||
[node name="Schnick" type="Node2D" parent="."]
|
||||
visible = false
|
||||
|
||||
[node name="Label" type="Label" parent="Schnick"]
|
||||
offset_left = 148.5
|
||||
offset_left = 364.5
|
||||
offset_top = 49.0
|
||||
offset_right = 1376.5
|
||||
offset_right = 1592.5
|
||||
offset_bottom = 218.0
|
||||
size_flags_horizontal = 2
|
||||
theme_override_font_sizes/font_size = 60
|
||||
|
@ -165,24 +163,24 @@ horizontal_alignment = 1
|
|||
metadata/_edit_use_anchors_ = true
|
||||
|
||||
[node name="Stein" type="Sprite2D" parent="Schnick"]
|
||||
position = Vector2(737.5, 538)
|
||||
position = Vector2(953.5, 538)
|
||||
scale = Vector2(0.2, 0.2)
|
||||
texture = ExtResource("4_evbl8")
|
||||
|
||||
[node name="Scissors" type="Sprite2D" parent="Schnick"]
|
||||
position = Vector2(270.5, 524)
|
||||
position = Vector2(486.5, 524)
|
||||
scale = Vector2(0.25, 0.25)
|
||||
texture = ExtResource("5_clubr")
|
||||
|
||||
[node name="Paper" type="Sprite2D" parent="Schnick"]
|
||||
position = Vector2(1201.5, 538)
|
||||
position = Vector2(1417.5, 538)
|
||||
scale = Vector2(0.7, 0.7)
|
||||
texture = ExtResource("6_g740b")
|
||||
|
||||
[node name="Gewonnen" type="Button" parent="Schnick"]
|
||||
offset_left = 393.5
|
||||
offset_left = 609.5
|
||||
offset_top = 765.0
|
||||
offset_right = 705.5
|
||||
offset_right = 921.5
|
||||
offset_bottom = 909.0
|
||||
size_flags_horizontal = 2
|
||||
theme_override_font_sizes/font_size = 60
|
||||
|
@ -190,9 +188,9 @@ text = "Ja"
|
|||
metadata/_edit_use_anchors_ = true
|
||||
|
||||
[node name="Verloren" type="Button" parent="Schnick"]
|
||||
offset_left = 833.5
|
||||
offset_left = 1049.5
|
||||
offset_top = 765.0
|
||||
offset_right = 1145.5
|
||||
offset_right = 1361.5
|
||||
offset_bottom = 909.0
|
||||
size_flags_horizontal = 2
|
||||
theme_override_font_sizes/font_size = 60
|
||||
|
|
|
@ -19,7 +19,7 @@ config/icon="res://icon.svg"
|
|||
|
||||
window/size/viewport_width=1920
|
||||
window/size/viewport_height=1080
|
||||
window/size/mode=2
|
||||
window/size/initial_position_type=0
|
||||
|
||||
[input]
|
||||
|
||||
|
|
Loading…
Reference in New Issue