Commit Graph

52 Commits

Author SHA1 Message Date
77971497a4 move scale factors to constraints
Some checks failed
GDScript Auto-Formatting / Auto-Format GDScript Code (pull_request) Failing after 12s
GDScript Linting / GDScript Code Quality Check (pull_request) Failing after 11s
2025-09-27 21:20:15 +04:00
9b83bec37d any_key > action_confirm
Some checks failed
GDScript Auto-Formatting / Auto-Format GDScript Code (pull_request) Failing after 9s
GDScript Linting / GDScript Code Quality Check (pull_request) Failing after 11s
2025-09-27 21:12:24 +04:00
0791b80f15 change init window size
Some checks failed
GDScript Auto-Formatting / Auto-Format GDScript Code (pull_request) Failing after 2m7s
GDScript Linting / GDScript Code Quality Check (pull_request) Failing after 12s
2025-09-27 21:02:01 +04:00
ca6111cd28 Add gdformat pipeline 2025-09-27 21:01:49 +04:00
0cf76d595f Comments and documentation update 2025-09-27 21:00:45 +04:00
821d9aa42c add lint workflow 2025-09-27 20:42:51 +04:00
06f0f87970 Add gdlint and gdformat scripts 2025-09-27 20:40:13 +04:00
86439abea8 PressAnyKeyScreen → SplashScreen 2025-09-27 16:38:26 +04:00
dd0c1a123c add unit tests
saveload fixes
2025-09-27 12:17:14 +04:00
3e960a955c exit from game using gamepad 2025-09-26 00:57:20 +04:00
ca233f4171 feature/saves-and-score (#8)
Reviewed-on: #8
Co-authored-by: Vladimir nett00n Budylnikov <git@nett00n.org>
Co-committed-by: Vladimir nett00n Budylnikov <git@nett00n.org>
2025-09-25 20:58:23 +02:00
ea8c85d7ad feature/match3/move-gems (#7)
Reviewed-on: #7
Co-authored-by: Vladimir nett00n Budylnikov <git@nett00n.org>
Co-committed-by: Vladimir nett00n Budylnikov <git@nett00n.org>
2025-09-25 11:48:08 +02:00
e76297b3f3 Merge pull request 'add-game-scene' (#6) from add-game-scene into main
Reviewed-on: #6
2025-09-24 09:33:47 +02:00
14d5e8fd8f update sources 2025-09-24 09:33:47 +02:00
7b0db3abff include info about asset sources file 2025-09-24 09:33:47 +02:00
83cc433c2f add logging 2025-09-24 09:33:47 +02:00
7182c45351 match-3 grid generation
make game scene modular
global debug mode
2025-09-24 09:33:47 +02:00
e11e864b26 make grid shuffle, grid sizy, gem color types 2025-09-24 09:33:47 +02:00
d8435ef46c create gem grid 2025-09-24 09:33:47 +02:00
9b3a20cdf1 refactor structure 2025-09-24 09:33:47 +02:00
4e0b5fe3d2 add gems 2025-09-24 09:33:47 +02:00
4596bc203a Merge pull request 'add-game-scene' (#4) from add-game-scene into main
Reviewed-on: #4
2025-08-04 12:26:03 +02:00
78a61fe33c add game scene 2025-08-03 23:22:26 +04:00
d9084606c8 Optimize backgound - move it to root node 2025-08-03 18:39:15 +04:00
7951a42c88 add animation 2025-08-03 18:35:52 +04:00
2589f9f73f Add background 2025-08-03 17:54:37 +04:00
a1f8536855 do not reload click sound every time 2025-08-03 15:15:42 +04:00
c57a08f5da add click sound as SFX 2025-08-03 15:14:18 +04:00
542cf6a4f1 move sources.yml file to root 2025-08-03 15:13:41 +04:00
1b95573720 Merge pull request 'settings reset button' (#2) from settings-reset-button into main
Reviewed-on: #2
2025-07-24 20:02:32 +02:00
dac3d42b6b settings reset button 2025-07-24 22:01:57 +04:00
e732f9b6da Merge pull request 'add-music' (#1) from add-music into main
Reviewed-on: #1
2025-07-24 19:21:25 +02:00
c52d861e63 refactor 2025-07-24 21:18:22 +04:00
54c23a83e5 use builtin method for music 2025-07-24 20:57:30 +04:00
7882e70e03 DRY settings menu
decrease saving config cycles
2025-07-24 20:55:58 +04:00
20440fe07f reduce nested code 2025-07-24 20:49:03 +04:00
f949502ef4 fix: Music does not play, if volume was 0 on game loads 2025-07-24 20:46:48 +04:00
d7a0494d7e Add music in main menu 2025-07-24 20:46:17 +04:00
fe69347625 better sound sliders 2025-07-24 20:04:45 +04:00
Your Name
e4ea38ae25 scale textures correctly 2025-07-20 17:11:45 +04:00
Your Name
b9c049dddc typo fix 2025-07-20 16:43:02 +04:00
Your Name
b1e79492ab Localization concept added 2025-07-20 16:41:54 +04:00
Your Name
688106eedd typo fix 2025-07-19 22:51:58 +04:00
Your Name
cc8e7c0d2f Made languages list loadable from file 2025-07-19 22:49:57 +04:00
Your Name
49d4167499 Setttings added 2025-07-19 22:40:07 +04:00
Your Name
877b5fc14f Switch scenes on button press 2025-07-19 21:24:38 +04:00
Your Name
e3e9d5591d Main menu created 2025-07-19 21:20:38 +04:00
Your Name
c012eabca3 Create press any key to continue screen 2025-07-19 21:03:56 +04:00
Your Name
c5840660c3 Create main scene 2025-07-19 20:31:07 +04:00
Your Name
8a04f4238f input system 2025-07-19 20:28:33 +04:00