diff --git a/game/images/anon/emotive set/anonfootshock.png b/game/images/anon/emotive set/anonfootshock.png deleted file mode 100644 index 30759dc..0000000 Binary files a/game/images/anon/emotive set/anonfootshock.png and /dev/null differ diff --git a/game/images/highres/amberpendant1 megatex.png b/game/images/highres/amberpendant1 megatex.png deleted file mode 100644 index 31a8923..0000000 Binary files a/game/images/highres/amberpendant1 megatex.png and /dev/null differ diff --git a/game/images/highres/anon neutral megatex.png b/game/images/highres/anon neutral megatex.png deleted file mode 100644 index be35d90..0000000 Binary files a/game/images/highres/anon neutral megatex.png and /dev/null differ diff --git a/game/images/highres/anon shrug megatex.png b/game/images/highres/anon shrug megatex.png deleted file mode 100644 index 5a8d7d5..0000000 Binary files a/game/images/highres/anon shrug megatex.png and /dev/null differ diff --git a/game/images/highres/anond neutral megatex.png b/game/images/highres/anond neutral megatex.png deleted file mode 100644 index 5591cf5..0000000 Binary files a/game/images/highres/anond neutral megatex.png and /dev/null differ diff --git a/game/images/highres/fang adorable megatex.png b/game/images/highres/fang adorable megatex.png deleted file mode 100644 index 8172458..0000000 Binary files a/game/images/highres/fang adorable megatex.png and /dev/null differ diff --git a/game/images/highres/fang flip off happy megatex.png b/game/images/highres/fang flip off happy megatex.png deleted file mode 100644 index 727ad7c..0000000 Binary files a/game/images/highres/fang flip off happy megatex.png and /dev/null differ diff --git a/game/images/highres/fang neutral megatex.png b/game/images/highres/fang neutral megatex.png deleted file mode 100644 index d26817b..0000000 Binary files a/game/images/highres/fang neutral megatex.png and /dev/null differ diff --git a/game/images/highres/fang very sad megatex.png b/game/images/highres/fang very sad megatex.png deleted file mode 100644 index 11122b3..0000000 Binary files a/game/images/highres/fang very sad megatex.png and /dev/null differ diff --git a/game/images/highres/naomi neutral megatex.png b/game/images/highres/naomi neutral megatex.png deleted file mode 100644 index 2ad6ee6..0000000 Binary files a/game/images/highres/naomi neutral megatex.png and /dev/null differ diff --git a/game/images/naser/naserhandout.png b/game/images/naser/naserhandout.png deleted file mode 100644 index 8c6081f..0000000 Binary files a/game/images/naser/naserhandout.png and /dev/null differ diff --git a/game/images/naser/naserintermediaryshocked.png b/game/images/naser/naserintermediaryshocked.png deleted file mode 100644 index fac40fb..0000000 Binary files a/game/images/naser/naserintermediaryshocked.png and /dev/null differ diff --git a/game/images/naser/naserneckhold.png b/game/images/naser/naserneckhold.png deleted file mode 100644 index 3a01492..0000000 Binary files a/game/images/naser/naserneckhold.png and /dev/null differ diff --git a/game/screens.rpy b/game/screens.rpy index af07ffb..4b66660 100644 --- a/game/screens.rpy +++ b/game/screens.rpy @@ -1738,7 +1738,7 @@ style pref_vbox: #redefine function screen quick_button(filename, label, function): - variant "small" + variant "small mobile" button: xmaximum 124 ymaximum 124 @@ -1748,7 +1748,7 @@ screen quick_button(filename, label, function): text label xalign 0.5 yalign 0.5 size 42 style "quick_button_text" screen quick_menu(): - variant "small" + variant "small mobile" zorder 100 if quick_menu: hbox: @@ -1765,7 +1765,7 @@ screen quick_menu(): ] ) screen extrasnavigation(): #Updates are removed (not even supported by Ren'Py) - variant "small" + variant "small mobile" vbox: xpos 1940 yalign 0.03 @@ -1787,73 +1787,73 @@ screen extrasnavigation(): #Updates are removed (not even supported by Ren'Py) ] ) style radio_button: - variant "small" + variant "small mobile" foreground "gui/phone/button/radio_[prefix_]foreground.png" style check_button: - variant "small" + variant "small mobile" foreground "gui/phone/button/check_[prefix_]foreground.png" style nvl_window: - variant "small" + variant "small mobile" background "gui/phone/nvl.png" style game_menu_outer_frame: - variant "small" + variant "small mobile" background "gui/phone/overlay/game_menu.png" style game_menu_navigation_frame: - variant "small" + variant "small mobile" xsize 510 style game_menu_content_frame: - variant "small" + variant "small mobile" top_margin 0 style pref_vbox: - variant "small" + variant "small mobile" xsize 600 style bar: - variant "small" + variant "small mobile" ysize gui.bar_size left_bar Frame("gui/phone/bar/left.png", gui.bar_borders, tile=gui.bar_tile) right_bar Frame("gui/phone/bar/right.png", gui.bar_borders, tile=gui.bar_tile) style vbar: - variant "small" + variant "small mobile" xsize gui.bar_size top_bar Frame("gui/phone/bar/top.png", gui.vbar_borders, tile=gui.bar_tile) bottom_bar Frame("gui/phone/bar/bottom.png", gui.vbar_borders, tile=gui.bar_tile) style scrollbar: - variant "small" + variant "small mobile" ysize gui.scrollbar_size base_bar Frame("gui/phone/scrollbar/horizontal_[prefix_]bar.png", gui.scrollbar_borders, tile=gui.scrollbar_tile) thumb Frame("gui/phone/scrollbar/horizontal_[prefix_]thumb.png", gui.scrollbar_borders, tile=gui.scrollbar_tile) style vscrollbar: - variant "small" + variant "small mobile" xsize gui.scrollbar_size base_bar Frame("gui/phone/scrollbar/vertical_[prefix_]bar.png", gui.vscrollbar_borders, tile=gui.scrollbar_tile) thumb Frame("gui/phone/scrollbar/vertical_[prefix_]thumb.png", gui.vscrollbar_borders, tile=gui.scrollbar_tile) style slider: - variant "small" + variant "small mobile" ysize gui.slider_size base_bar Frame("gui/phone/slider/horizontal_[prefix_]bar.png", gui.slider_borders, tile=gui.slider_tile) thumb "gui/phone/slider/horizontal_[prefix_]thumb.png" style vslider: - variant "small" + variant "small mobile" xsize gui.slider_size base_bar Frame("gui/phone/slider/vertical_[prefix_]bar.png", gui.vslider_borders, tile=gui.slider_tile) thumb "gui/phone/slider/vertical_[prefix_]thumb.png" style slider_pref_vbox: - variant "small" + variant "small mobile" xsize None style slider_pref_slider: - variant "small" + variant "small mobile" xsize 900 diff --git a/game/script.rpy b/game/script.rpy index 38140dc..d18d4f6 100644 --- a/game/script.rpy +++ b/game/script.rpy @@ -787,7 +787,6 @@ image naser tablehit = "naser/naser table hit.png" image naser tablehit flip = im.Flip("naser/naser table hit.png", horizontal=True) image naomi future flip = im.Flip('images/naomi/naomi future.png', horizontal=True) image fang d happy flip = im.Flip('images/fang/future sets/fang d happy.png', horizontal=True) -image naser neckhold flip = im.Flip('images/naser/naserneckhold.png', horizontal=True) image anon grin = 'images/anon/base set/anon grin.png' image anon grin flip = im.Flip('images/anon/base set/anon grin.png', horizontal=True) image tracy neutral flip = im.Flip('images/tracy/tracy neutral.png', horizontal=True) diff --git a/game/script/x10-raymbas-observations.rpy b/game/script/x10-raymbas-observations.rpy index 0ab1372..e428b4d 100644 --- a/game/script/x10-raymbas-observations.rpy +++ b/game/script/x10-raymbas-observations.rpy @@ -1,44 +1,10 @@ -#high res flip - i hate this -image anon neutral megatex flip = im.Flip("highres/anon neutral megatex.png", horizontal=True) -image anon shrug megatex flip = im.Flip("highres/anon shrug megatex.png", horizontal=True) -image anond neutral megatex flip = im.Flip("highres/anond neutral megatex.png", horizontal=True) -image fang neutral megatex flip = im.Flip("highres/fang neutral megatex.png", horizontal=True) -image fang flip off happy megatex flip = im.Flip("highres/fang flip off happy megatex.png", horizontal=True) -image fang very sad megatex flip = im.Flip("highres/fang very sad megatex.png", horizontal=True) -image naomi neutral megatex flip = im.Flip("highres/naomi neutral megatex.png", horizontal=True) - """ show fang pbird happy flip with dissolve show fang pneutral flip with Dissolve(1) """ #pENdant - wait what the fuck there's PBIRD AND FLIP OFF? -image fang pneutral megatex = Composite( - # (1412, 1500), - (2683, 2850), - (0, 0), "highres/fang neutral megatex.png", - (0, 0), "highres/amberpendant1 megatex.png" -) -image fang pbird happy megatex = Composite( - # (1412, 1500), - (2683, 2850), - (0, 0), "highres/fang flip off happy megatex.png", - (0, 0), "highres/amberpendant1 megatex.png" -) -image fang pneutral megatex flip = Composite( - # (1412, 1500), - (2683, 2850), - (0, 0), im.Flip("highres/fang neutral megatex.png", horizontal=True), - (0, 0), im.Flip("highres/amberpendant1 megatex.png", horizontal=True) -) -image fang pbird happy megatex flip = Composite( - # (1412, 1500), - (2683, 2850), - (0, 0), im.Flip("highres/fang flip off happy megatex.png", horizontal=True), - (0, 0), im.Flip("highres/amberpendant1 megatex.png", horizontal=True) -) - #bluralt image anon neutral blur flip = im.Flip("highres/bluralt/anon neutral blur.png", horizontal=True) image anon shrug blur flip = im.Flip("highres/bluralt/anon shrug blur.png", horizontal=True)