Compare commits

...

23 Commits

Author SHA1 Message Date
5980ecade7 implemented forward scroll 2021-07-01 01:07:25 -05:00
80239474ec more hopeless tinkering, shit don't work 2021-06-30 17:53:16 -05:00
e02118180e Ready to test the stuff for website 2021-06-27 19:42:23 -05:00
19b3b2ee0c OH NO IT BROKE FURTHER 2021-06-24 18:51:08 -05:00
06df0be4b5 Merge pull request 'Correction to Fixes #7 - Game should be able to update itself' (#42) from coolestskinnieinthejungle-patch-updates into updates
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/42
2021-06-24 15:07:16 +00:00
002405a5fc use of Function() to call UpdateCheck() 2021-06-24 05:14:33 +00:00
397de2b950 Worked a little on the code, its absolutely broken. Going to ask for help 2021-06-23 20:12:27 -05:00
203077c184 Merge branch 'Patchy-Patch5' of https://git.snootgame.xyz/PrincipalSpears/SnootGame into Patchy-Patch5 2021-06-23 18:29:42 -05:00
05df5c6448 Minor grammatical errors, #38, patched. 2021-06-23 18:29:07 -05:00
2436150a75 Merge pull request 'Fixes #19 - Extras menu' (#29) from Nio/SnootGame_w_ExtrasMenu:master into Patchy-Patch5
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/29
2021-06-23 23:25:29 +00:00
Nio
2051203075 good for use for now 2021-06-23 22:03:47 +10:00
Nio
9189c258d6 new subscreen layout full on extras 2021-06-23 00:42:13 +10:00
Nio
019d467a7e reworked subscreen for extras menu, will expand soon 2021-06-23 00:21:14 +10:00
Nio
c6a94f7528 new control event buttons 2021-06-22 00:38:35 +10:00
Nio
3de25169f2 updates got a shaded button on selected_idle and hover for demo 2021-06-18 18:49:03 +10:00
Nio
386a2ac5bd two buttons to with different designs, about and help 2021-06-18 17:12:12 +10:00
Nio
e0b11c5df4 about button looks test 2021-06-18 17:04:39 +10:00
Nio
95e9a9ad47 positioning fist draft, all buttons done for idle 2021-06-17 21:00:26 +10:00
Nio
4a9f9d5616 wider panel added, text resized in About page, still not entirely sold on this, might do a version where it is integrated into the old menu layout 2021-06-16 18:43:06 +10:00
Nio
e340999249 bg attempt for submenu - see extras -> updates for demo 2021-06-16 16:15:25 +10:00
Nio
533ef77484 test for new layout 2021-06-16 14:00:20 +10:00
Nio
767dfe1bd3 Merge branch 'master' of https://git.snootgame.xyz/Nio/SnootGame_w_ExtrasMenu 2021-06-16 13:13:45 +10:00
Nio
6891dafbcd test new menu layout 2021-06-16 13:13:26 +10:00
34 changed files with 1872 additions and 1635 deletions

View File

@ -87,7 +87,8 @@ define gui.title_text_size = 75
## The images used for the main and game menus.
define gui.main_menu_background = "gui/main_menu.png"
define gui.game_menu_background = "gui/game_menu.png"
define gui.extras_submenu_background = "gui/overlay/extras_submenu.png"
define gui.extras_submenu_panel = "gui/overlay/extras_submenu_panel.png"
## Dialogue ####################################################################
##

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 215 KiB

File diff suppressed because it is too large Load Diff

View File

@ -23,9 +23,8 @@ init python:
picked = random.randint(0,length - 1)
fileName = files[picked]
renpy.show(fileName, at_list=[randPosition])
#for issue #13 not finalized
#if persistent.scroll == True:
# config.keymap['dismiss'].append('mousedown_5')
if persistent.scroll == True:
config.keymap['dismiss'].append('mousedown_4')
transform randPosition:
alpha 0.0

View File

@ -774,7 +774,7 @@ label chapter_1:
Nas "Look, whatever happens promise you wont hold this against them."
Nas "They're actually a really a nice person once you get to know them"
Nas "They're actually a really nice person once you get to know them"
A "Naser why did you just murder the english language in cold blood?"

View File

@ -502,7 +502,7 @@ label chapter_5:
F "{i}Uuuuughhhhh…{/i}"
F "...Allright, whatever."
F "...Alright, whatever."
Ro "Go, go now! And no more tripping!"
@ -2546,4 +2546,4 @@ label chapter_5:
"..."
return
return

View File

@ -2598,7 +2598,7 @@ label chapter_6:
A "Like… Like her passion, Naser. She adores music. Adores {i}playing{/i} music."
A "And she has theses… moments where I can see the softer side of her."
A "And she has these… moments where I can see the softer side of her."
"The pop of knuckles from Naser tells me I should rephrase that."
@ -2685,4 +2685,4 @@ label chapter_6:
"..."
return
return