Commit Graph

10 Commits

Author SHA1 Message Date
Yadciel
e1db4e5c28 Update App Version and Add Retro Windows GUI Assets
Incremented version code to 3 and updated package unique name to "schmidti.digital.kniffel". Added multiple new texture import files for Retro Windows GUI including buttons, toggles, headers, and other graphical elements.
2024-09-24 22:08:39 +02:00
Yadciel
e35a24f89d export 2024-09-24 19:01:05 +02:00
OSK\schmidt
4bbf964ba1 resource 2024-09-24 12:27:33 +02:00
Yadciel
30a159f133 Add Yahtzee image and update .gitignore
Introduce `Yahtzee.png` with corresponding import settings in the project. Update `.gitignore` to include new export files for the Yahtzee APK.
2024-09-21 12:31:46 +02:00
Yadciel
59f13e7318 Update game UI from OptionButton to LineEdit
Replaced multiple OptionButton instances with LineEdit for input fields, including three_of_a_kind, four_of_a_kind, and chance. Updated related scoring logic and adjusted UI themes and assets to reflect the new input method.
2024-09-21 12:30:37 +02:00
Yadciel
59b62d0e72 Apply theme to OptionButtons in GameScene
Added a new theme resource for OptionButtons to ensure consistent font sizes. Updated MainMenu text to correctly number new players without adding one.
2024-08-19 22:53:05 +02:00
Yadciel
50e777a6fa Apply theme to OptionButtons in GameScene
Added a new theme resource for OptionButtons to ensure consistent font sizes. Updated MainMenu text to correctly number new players without adding one.
2024-08-19 22:46:52 +02:00
Yadciel
b9bf5d6a74 Delete Kniffel.apk and simplify GameScene node definitions
Removed the Kniffel.apk binary file and its reference in .gitignore. Simplified multiple node definitions in GameScene.tscn by eliminating unnecessary properties like item_count and popup details.
2024-08-19 14:13:39 +02:00
Yadciel
b0f6f5adfa Fix score selection issues and update score item options.
Changed large straight initialization to correct function, added missing score items, and used correct methods for score selections. Adjusted configuration in the scene file to align with the new item options setup.
2024-08-19 12:48:22 +02:00
Yadciel
930253e013 Initial commit 2024-08-19 09:34:15 +02:00