diff --git a/assets/.DS_Store b/assets/.DS_Store index 79ff83a..640731a 100644 Binary files a/assets/.DS_Store and b/assets/.DS_Store differ diff --git a/game.tscn b/game.tscn index 082cbe7..84945bb 100644 --- a/game.tscn +++ b/game.tscn @@ -11,14 +11,17 @@ 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 @@ -148,46 +151,50 @@ 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 = 912.0 -offset_top = 64.0 -offset_right = 2140.0 -offset_bottom = 233.0 +offset_left = 148.5 +offset_top = 49.0 +offset_right = 1376.5 +offset_bottom = 218.0 +size_flags_horizontal = 2 theme_override_font_sizes/font_size = 60 text = "Reallife Schere, Stein, Papier Minigame: Hast du dir deinen nächsten Zug verdient?" horizontal_alignment = 1 +metadata/_edit_use_anchors_ = true [node name="Stein" type="Sprite2D" parent="Schnick"] -position = Vector2(1466.1, 596) -scale = Vector2(0.4, 0.4) +position = Vector2(737.5, 538) +scale = Vector2(0.2, 0.2) texture = ExtResource("4_evbl8") [node name="Scissors" type="Sprite2D" parent="Schnick"] -position = Vector2(738.1, 612) -scale = Vector2(0.45, 0.45) +position = Vector2(270.5, 524) +scale = Vector2(0.25, 0.25) texture = ExtResource("5_clubr") [node name="Paper" type="Sprite2D" parent="Schnick"] -position = Vector2(2194.1, 620) -scale = Vector2(1.2, 1.2) +position = Vector2(1201.5, 538) +scale = Vector2(0.7, 0.7) texture = ExtResource("6_g740b") [node name="Gewonnen" type="Button" parent="Schnick"] -offset_left = 1104.0 -offset_top = 976.0 -offset_right = 1416.0 -offset_bottom = 1120.0 +offset_left = 393.5 +offset_top = 765.0 +offset_right = 705.5 +offset_bottom = 909.0 +size_flags_horizontal = 2 theme_override_font_sizes/font_size = 60 text = "Ja" +metadata/_edit_use_anchors_ = true [node name="Verloren" type="Button" parent="Schnick"] -offset_left = 1592.0 -offset_top = 976.0 -offset_right = 1904.0 -offset_bottom = 1120.0 +offset_left = 833.5 +offset_top = 765.0 +offset_right = 1145.5 +offset_bottom = 909.0 +size_flags_horizontal = 2 theme_override_font_sizes/font_size = 60 text = "Nein" diff --git a/project.godot b/project.godot index 32832e0..83cbb44 100644 --- a/project.godot +++ b/project.godot @@ -17,8 +17,8 @@ config/icon="res://icon.svg" [display] -window/size/viewport_width=1500 -window/size/viewport_height=1000 +window/size/viewport_width=1920 +window/size/viewport_height=1080 window/size/mode=2 [input]