mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
release 6.2
This commit is contained in:
@@ -162,3 +162,12 @@ GameData::Weather.register({
|
||||
:tile_delta_y => 0,
|
||||
:graphics => [nil, ["fog_tile"]]
|
||||
})
|
||||
|
||||
GameData::Weather.register({
|
||||
:id => :StrongWinds,
|
||||
:category => :StrongWinds,
|
||||
:id_number => 9,
|
||||
:tile_delta_x => -1200,
|
||||
:tile_delta_y => 0,
|
||||
:graphics => [nil, ["strong_winds"]]
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user