Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Fix answer explanation overlap with navigation bar" #45

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions errors.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


File "game/screens.rpy", line 154: expected 'simple_expression' not found.
yalign
^

Ren'Py Version: Ren'Py 8.3.2.24090902
Wed Oct 23 17:39:08 2024
Binary file modified game/cache/bytecode-39.rpyb
Binary file not shown.
Binary file modified game/cache/py3analysis.rpyb
Binary file not shown.
Binary file modified game/cache/screens.rpyb
Binary file not shown.
18 changes: 9 additions & 9 deletions game/cache/shaders.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
renpy.texture
renpy.geometry renpy.solid
renpy.alpha renpy.texture
renpy.solid
renpy.ftl
renpy.alpha renpy.geometry renpy.texture
renpy.dissolve renpy.geometry
renpy.geometry renpy.texture
renpy.dissolve renpy.dissolve
renpy.geometry renpy.solid
renpy.ftl
renpy.dissolve renpy.dissolve
renpy.solid
renpy.geometry renpy.texture
renpy.dissolve renpy.geometry
renpy.texture
renpy.alpha renpy.texture
renpy.alpha renpy.geometry renpy.texture
Expand Down
6 changes: 3 additions & 3 deletions game/gui.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ define gui.game_menu_background = "gui/game_menu.png"
## time.

## The height of the textbox containing dialogue.
define gui.textbox_height = 278
define gui.textbox_height = 288

## The placement of the textbox vertically on the screen. 0.0 is the top, 0.5 is
## center, and 1.0 is the bottom.
Expand Down Expand Up @@ -135,7 +135,7 @@ define gui.dialogue_xpos = 402
define gui.dialogue_ypos = 75

## The maximum width of dialogue text, in pixels.
define gui.dialogue_width = 1116
define gui.dialogue_width = 1216

## The horizontal alignment of the dialogue text. This can be 0.0 for left-
## aligned, 0.5 for centered, and 1.0 for right-aligned.
Expand Down Expand Up @@ -198,7 +198,7 @@ define gui.quick_button_text_selected_color = gui.accent_color
## For example, you can uncomment the following line to set the width of a
## navigation button.

# define gui.navigation_button_width = 250
# define gui.navigatio 7n_button_width = 250


## Choice Buttons ##############################################################
Expand Down
Binary file modified game/gui.rpyc
Binary file not shown.
Binary file added game/gui/textbox1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion game/options.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ define config.version = "1.0"
## Text that is placed on the game's about screen. Place the text between the
## triple-quotes, and leave a blank line between paragraphs.

define gui.about = _p("""Created by NeuroWarriors
define gui.about = _("""Created by NeuroWarriors
""")
define gui.text_font = "fonts/ArchitectsDaughter.ttf"

Expand Down
Binary file modified game/options.rpyc
Binary file not shown.
Binary file modified game/saves/auto-1-LT1.save
Binary file not shown.
Binary file modified game/saves/auto-10-LT1.save
Binary file not shown.
Binary file modified game/saves/auto-2-LT1.save
Binary file not shown.
Binary file modified game/saves/auto-3-LT1.save
Binary file not shown.
Binary file modified game/saves/auto-4-LT1.save
Binary file not shown.
Binary file modified game/saves/auto-5-LT1.save
Binary file not shown.
Binary file modified game/saves/auto-6-LT1.save
Binary file not shown.
Binary file modified game/saves/auto-7-LT1.save
Binary file not shown.
Binary file modified game/saves/auto-8-LT1.save
Binary file not shown.
Binary file modified game/saves/auto-9-LT1.save
Binary file not shown.
2 changes: 1 addition & 1 deletion game/saves/navigation.json

Large diffs are not rendered by default.

Binary file modified game/saves/persistent
Binary file not shown.
12 changes: 6 additions & 6 deletions game/screens.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,10 @@ style namebox_label is say_label
style window:
xalign 0.5
xfill True
yalign gui.textbox_yalign
ysize gui.textbox_height
yalign 1.0
ysize 380

background Image("gui/textbox.png", xalign=0.5, yalign=1.0)
background Image("gui/textbox1.png", xalign=0.5, yalign=1.0)

style namebox:
xpos gui.name_xpos
Expand All @@ -151,14 +151,14 @@ style namebox:
style say_label:
properties gui.text_properties("name", accent=True)
xalign gui.name_xalign
yalign 0.5
yalign 0.9

style say_dialogue:
properties gui.text_properties("dialogue")

xpos gui.dialogue_xpos
xsize gui.dialogue_width
ypos gui.dialogue_ypos
ypos 0.18

adjust_spacing False

Expand Down Expand Up @@ -1535,7 +1535,7 @@ screen quick_menu():

style window:
variant "small"
background "gui/phone/textbox.png"
background "gui/phone/textbox1.png"

style radio_button:
variant "small"
Expand Down
Binary file modified game/screens.rpyc
Binary file not shown.
Binary file modified game/tl/None/common.rpymc
Binary file not shown.
51 changes: 51 additions & 0 deletions log.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
2024-10-24 08:42:54 UTC
Windows-10-10.0.22631
Ren'Py 8.3.2.24090902

Early init took 0.07s
Loading error handling took 0.03s
Loading script took 0.14s
Loading save slot metadata took 0.04s
Loading persistent took 0.00s
Running init code took 0.05s
Loading analysis data took 0.01s
Analyze and compile ATL took 0.00s
Reloading save slot metadata took 0.03s
Index archives took 0.00s
Dump and make backups took 0.06s
Cleaning cache took 0.00s
Making clean stores took 0.00s
Initial gc took 0.04s
DPI scale factor: 1.250000
nvdrs: Loaded, about to disable thread optimizations.
nvdrs: Disabled thread optimizations.
Creating interface object took 0.24s
Cleaning stores took 0.00s
Init translation took 0.04s
Build styles took 0.00s
Load screen analysis took 0.03s
Analyze screens took 0.00s
Save screen analysis took 0.00s
Prepare screens took 0.07s
Save pyanalysis. took 0.00s
Save bytecode. took 0.00s
Running _start took 0.00s
Interface start took 0.07s

Initializing gl2 renderer:
primary display bounds: (0, 0, 1920, 1080)
swap interval: 1 frames
Windowed mode.
Vendor: "b'NVIDIA Corporation'"
Renderer: b'NVIDIA GeForce GTX 1650/PCIe/SSE2'
Version: b'4.6.0 NVIDIA 472.19'
Display Info: None
Screen sizes: virtual=(1920, 1080) physical=(978, 550) drawable=(978, 550)
Maximum texture size: 4096x4096
Cleaning stores took 0.00s
Init translation took 0.00s
Build styles took 0.01s
Load screen analysis took 0.04s
Analyze screens took 0.00s
Prepare screens took 0.00s
Running _start took 0.00s
40 changes: 40 additions & 0 deletions traceback.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
I'm sorry, but an uncaught exception occurred.

After initialization, but before game start.
File "renpy/common/00start.rpy", line 83, in _init_language
renpy.change_language(language)
File "game/screens.rpy", line 154, in <module>
yalign gui.name_yalign
AttributeError: 'StoreModule' object has no attribute 'name_yalign'

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "C:\Users\rahee\OneDrive\Desktop\New folder (2)\renpy-8.3.2-sdk\renpy\bootstrap.py", line 359, in bootstrap
renpy.main.main()
File "C:\Users\rahee\OneDrive\Desktop\New folder (2)\renpy-8.3.2-sdk\renpy\main.py", line 652, in main
run(restart)
File "C:\Users\rahee\OneDrive\Desktop\New folder (2)\renpy-8.3.2-sdk\renpy\main.py", line 75, in run
renpy.translation.init_translation()
File "C:\Users\rahee\OneDrive\Desktop\New folder (2)\renpy-8.3.2-sdk\renpy\translation\__init__.py", line 702, in init_translation
renpy.store._init_language() # type: ignore
File "renpy/common/00start.rpy", line 83, in _init_language
renpy.change_language(language)
File "C:\Users\rahee\OneDrive\Desktop\New folder (2)\renpy-8.3.2-sdk\renpy\translation\__init__.py", line 796, in change_language
new_change_language(tl, language)
File "C:\Users\rahee\OneDrive\Desktop\New folder (2)\renpy-8.3.2-sdk\renpy\translation\__init__.py", line 748, in new_change_language
i.apply()
File "C:\Users\rahee\OneDrive\Desktop\New folder (2)\renpy-8.3.2-sdk\renpy\ast.py", line 2800, in apply
value = renpy.python.py_eval(expr)
File "C:\Users\rahee\OneDrive\Desktop\New folder (2)\renpy-8.3.2-sdk\renpy\python.py", line 1209, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\rahee\OneDrive\Desktop\New folder (2)\renpy-8.3.2-sdk\renpy\python.py", line 1202, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/screens.rpy", line 154, in <module>
yalign gui.name_yalign
AttributeError: 'StoreModule' object has no attribute 'name_yalign'

Windows-10-10.0.22631 AMD64
Ren'Py 8.3.2.24090902
AquaGuardians 1.0
Thu Oct 24 11:43:18 2024