mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-22 23:06:18 +00:00
forgot to add to scripts
This commit is contained in:
parent
74ac082609
commit
83fcae68bc
2 changed files with 3 additions and 1 deletions
|
|
@ -84,7 +84,8 @@ set(scripts
|
||||||
Window_TPtL.rb
|
Window_TPtL.rb
|
||||||
Settings.rb
|
Settings.rb
|
||||||
Input.rb
|
Input.rb
|
||||||
DynamicLight.rb)
|
DynamicLight.rb
|
||||||
|
Gamepad_Colors.rb)
|
||||||
|
|
||||||
find_program(RUBY_EXE ruby
|
find_program(RUBY_EXE ruby
|
||||||
DOC "Location of the Ruby executable")
|
DOC "Location of the Ruby executable")
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,7 @@ Game_Light
|
||||||
# yes.
|
# yes.
|
||||||
Settings
|
Settings
|
||||||
Input
|
Input
|
||||||
|
Gamepad_Colors
|
||||||
|
|
||||||
Sprite_Character
|
Sprite_Character
|
||||||
Sprite_Picture
|
Sprite_Picture
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue