mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2025-12-16 09:12:35 +00:00
Interface is now data driven!
This commit is contained in:
26
lib/games/expansive_civilian_warfare.rb
Normal file
26
lib/games/expansive_civilian_warfare.rb
Normal file
@@ -0,0 +1,26 @@
|
||||
class W3DHub
|
||||
class Games
|
||||
class ExpansiveCivilianWarfare < Game
|
||||
def setup
|
||||
set_name "Expansive Civilian Warfare"
|
||||
set_icon "#{GAME_ROOT_PATH}/media/icons/ecw.png"
|
||||
set_news_feed "https://w3dhub.com/forum/forum/208-expansive-civilian-warfare.xml"
|
||||
set_background_color 0xff_3e5c87
|
||||
|
||||
menu_item(nil, "Game Settings")
|
||||
menu_item(nil, "Repair Installation")
|
||||
menu_item(nil, "Uninstall")
|
||||
|
||||
menu_item(nil, "Install Folder")
|
||||
menu_item(nil, "User Data Folder")
|
||||
menu_item(nil, "View Screenshots")
|
||||
menu_item(nil, "Player Statistics")
|
||||
|
||||
play_item("Play Game")
|
||||
play_item("Single Player")
|
||||
|
||||
set_slot(1)
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user