Commit Graph

6 Commits

Author SHA1 Message Date
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