mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
Small clwanup
This commit is contained in:
parent
8d1b75f88c
commit
2255c7f550
3 changed files with 0 additions and 15 deletions
|
|
@ -23,7 +23,6 @@ set(scripts
|
|||
Game_Event.rb
|
||||
Game_FastTravel.rb
|
||||
Game_Follower.rb
|
||||
Game_Light.rb
|
||||
Game_Map.rb
|
||||
Game_Oneshot.rb
|
||||
Game_Party.rb
|
||||
|
|
|
|||
|
|
@ -1,13 +0,0 @@
|
|||
class Game_Light
|
||||
attr_accessor :filename
|
||||
attr_accessor :intensity
|
||||
attr_accessor :x
|
||||
attr_accessor :y
|
||||
|
||||
def initialize(filename, intensity, x, y)
|
||||
@filename = filename
|
||||
@intensity = intensity
|
||||
@x = x
|
||||
@y = y
|
||||
end
|
||||
end
|
||||
|
|
@ -24,7 +24,6 @@ Game_Character_3
|
|||
Game_Event
|
||||
Game_Player
|
||||
Game_Oneshot
|
||||
Game_Light
|
||||
Game_Follower
|
||||
Game_FastTravel
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue