-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5c8e66f
commit f6ea142
Showing
7 changed files
with
155 additions
and
212 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
open_samus_returns_rando/files/templates/randomizer_item_template.lua
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
T__name__T = {} | ||
setmetatable(T__name__T, {__index = TEMPLATE("parent")}) | ||
function T__name__T.main() | ||
end | ||
function T__name__T.OnPickedUp() | ||
local resources = TEMPLATE("resources") | ||
Game.PlayMusicStream(0, TEMPLATE("sound"), -1, -1, 0, 0, 0, 0) | ||
GUI.LaunchMessage(TEMPLATE("caption"), "RandomizerPowerup.Dummy", "") | ||
TEMPLATE("parent").OnPickedUp(resources) | ||
hud.UpdatePlayerInfo(true) | ||
end |
11 changes: 0 additions & 11 deletions
11
open_samus_returns_rando/files/templates/randomizer_progressive_template.lua
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.