Compare commits
4 Commits
d7a5aa8d66
...
42c3804b66
Author | SHA1 | Date | |
---|---|---|---|
42c3804b66 | |||
166184a362 | |||
d124579be4 | |||
da6b7d11ae |
BIN
game/images/rooms/main_room/weather/lightning_01.webp
(Stored with Git LFS)
BIN
game/images/rooms/main_room/weather/lightning_01.webp
(Stored with Git LFS)
Binary file not shown.
BIN
game/images/rooms/main_room/weather/lightning_05.webp
(Stored with Git LFS)
BIN
game/images/rooms/main_room/weather/lightning_05.webp
(Stored with Git LFS)
Binary file not shown.
@ -344,9 +344,7 @@ screen big_bang(bang=False):
|
|||||||
add "images/misc/bang.webp":
|
add "images/misc/bang.webp":
|
||||||
at transform:
|
at transform:
|
||||||
zoom 0.0
|
zoom 0.0
|
||||||
anchor (0.5, 0.5)
|
xycenter (540, 300)
|
||||||
pos (540, 300)
|
easein_cubic 15 zoom 4
|
||||||
on show:
|
|
||||||
easeout 15.0 zoom 3
|
|
||||||
else:
|
else:
|
||||||
add "glow_effect" zoom 0.2 anchor (0.5, 0.5) align (0.5, 0.5)
|
add "glow_effect" zoom 0.2 align (0.5, 0.5)
|
||||||
|
@ -25,13 +25,12 @@ screen main_room():
|
|||||||
sensitive room_menu_active
|
sensitive room_menu_active
|
||||||
|
|
||||||
default objects = sorted(main_room.objects, key=lambda x: x.zorder)
|
default objects = sorted(main_room.objects, key=lambda x: x.zorder)
|
||||||
default weather = "weather_[game.weather]"
|
|
||||||
|
|
||||||
# Hotkeys
|
# Hotkeys
|
||||||
if room_menu_active and game.day > 1 and not renpy.android:
|
if room_menu_active and game.day > 1 and not renpy.android:
|
||||||
use hotkeys_main
|
use hotkeys_main
|
||||||
|
|
||||||
add weather pos (430, 218) anchor (0.5, 0.5)
|
add "weather [game.weather]" xycenter (430, 218)
|
||||||
|
|
||||||
# Walls
|
# Walls
|
||||||
if game.daytime:
|
if game.daytime:
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user