Reworks the fishing minigame into a game screen object from a TGUI interface (#78052)

Refactors fishing minigame from tgui window to dm screen objects
This commit is contained in:
Ghom
2023-09-18 11:18:27 +02:00
committed by GitHub
parent 87bcda29b4
commit da42afcbae
13 changed files with 411 additions and 619 deletions
-7
View File
@@ -12,10 +12,3 @@
continue
id_list += id
Insert(id, fish_icon, fish_icon_state)
/datum/asset/simple/fishing_minigame
assets = list(
"fishing_background_default" = 'icons/ui_icons/fishing/default.png',
"fishing_background_lavaland" = 'icons/ui_icons/fishing/lavaland.png'
)