Added scripts
This commit is contained in:
parent
d40ae86ba4
commit
5118df09f4
106 changed files with 15680 additions and 0 deletions
13
scripts/Game_Light.rb
Normal file
13
scripts/Game_Light.rb
Normal file
|
@ -0,0 +1,13 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue