Skip to content

Commit

Permalink
Netplay Stuff (etternagame#86)
Browse files Browse the repository at this point in the history
* Update net screens with various offline changes

* Redirect input from chat if ctrl is pressed, rate keys online in til death

* Remove exp/level/tier stuff from til death
  • Loading branch information
nico-abram authored and MinaciousGrace committed Nov 14, 2017
1 parent d9ef886 commit 0b00b5a
Show file tree
Hide file tree
Showing 13 changed files with 338 additions and 1,095 deletions.
221 changes: 109 additions & 112 deletions Themes/Til Death/BGAnimations/ScreenNetEvaluation decorations.lua

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ g[#g+1] = Def.ActorFrame {
self:xy(capWideScale(get43size(384),384)+26,70,halign,0):valign(0):zoom(math.min(1,SCREEN_WIDTH/854))
end;
OffCommand=function(self)
self:bouncebegin(0.2):xy(capWideScale(get43size(384),384)+26-500,70):)(): -- visible(false()
self:bouncebegin(0.2):xy(capWideScale(get43size(384),384)+26-500,70) -- visible(false()
end,
OnCommand=function(self)
self:bouncebegin(0.2):xy(capWideScale(get43size(384),384)+26,70)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,11 @@ t[#t+1] = LoadFont("Common Large") .. {
SetCommand=function(self)
self:settext(getCurRateDisplayString())
end,
CodeMessageCommand=function(self,params)
local rate = getCurRateValue()
ChangeMusicRate(rate,params)
self:settext(getCurRateDisplayString())
end,
CurrentRateChangedCommand=function(self)
self:queuecommand("set")
end
Expand Down
Loading

0 comments on commit 0b00b5a

Please sign in to comment.