aboutsummaryrefslogtreecommitdiff
path: root/debug/a_pass.lua.X
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-01-29 16:20:10 -0600
committerAlexander M Pickering <alex@cogarr.net>2024-01-29 16:20:10 -0600
commitc2926c5ec74d7e37da395c8c32a7ff2b4cae7d06 (patch)
treeac2bb208dab1274cdc5e9059ffe014ae19181a4c /debug/a_pass.lua.X
downloadfools_rush_in-c2926c5ec74d7e37da395c8c32a7ff2b4cae7d06.tar.gz
fools_rush_in-c2926c5ec74d7e37da395c8c32a7ff2b4cae7d06.tar.bz2
fools_rush_in-c2926c5ec74d7e37da395c8c32a7ff2b4cae7d06.zip
All the files
Diffstat (limited to 'debug/a_pass.lua.X')
-rw-r--r--debug/a_pass.lua.X31
1 files changed, 31 insertions, 0 deletions
diff --git a/debug/a_pass.lua.X b/debug/a_pass.lua.X
new file mode 100644
index 0000000..0db16e1
--- /dev/null
+++ b/debug/a_pass.lua.X
@@ -0,0 +1,31 @@
+Pos Lua >> Moon
+2 1:[ local reg = require("ability_reg") ] >> 2:[ reg = require "ability_reg" ]
+49 3:[ Ability = reg.Ability ] >> 3:[ import Ability from reg ]
+55 4:[ local mod = ... ] >> 5:[ mod = ... ]
+84 8:[ local _parent_0 = Ability ] >> 7:[ class Pass extends Ability ]
+306 11:[ return nil ] >> 17:[ nil ]
+326 14:[ local main = require("main") ] >> 20:[ main = require "main" ]
+350 15:[ local infocard = am.group():tag("infocard") ] >> 21:[ infocard = am.group!\tag("infocard") ]
+389 16:[ return main.root("screen"):append(infocard) ] >> 22:[ main.root("screen")\append(infocard) ]
+444 19:[ local main = require("main") ] >> 25:[ main = require "main" ]
+468 20:[ local infocard = main.root("infocard") ] >> 26:[ infocard = main.root("infocard") ]
+503 21:[ return main.root("screen"):remove(infocard) ] >> 27:[ main.root("screen")\remove(infocard) ]
+572 24:[ return print("Pass used") ] >> 30:[ print("Pass used") ]
+233 31:[ _class_0.__parent.__init(self, "Pass", { }) ] >> 14:[ super("Pass",{}) ]
+252 32:[ self.requirements = { } ] >> 15:[ @requirements = {} ]
+94 57:[ self.text = "Pass" ] >> 8:[ @text = "Pass" ]
+110 58:[ self.description = "Do nothing..." ] >> 9:[ @description = "Do nothing..." ]
+142 59:[ self.hits_icon = { ] >> 10:[ @hits_icon = {0,0,0,0,0,0,0,0} ]
+156 60:[ 0, ] >> 10:[ @hits_icon = {0,0,0,0,0,0,0,0} ]
+158 61:[ 0, ] >> 10:[ @hits_icon = {0,0,0,0,0,0,0,0} ]
+160 62:[ 0, ] >> 10:[ @hits_icon = {0,0,0,0,0,0,0,0} ]
+162 63:[ 0, ] >> 10:[ @hits_icon = {0,0,0,0,0,0,0,0} ]
+164 64:[ 0, ] >> 10:[ @hits_icon = {0,0,0,0,0,0,0,0} ]
+166 65:[ 0, ] >> 10:[ @hits_icon = {0,0,0,0,0,0,0,0} ]
+168 66:[ 0, ] >> 10:[ @hits_icon = {0,0,0,0,0,0,0,0} ]
+170 67:[ 0 ] >> 10:[ @hits_icon = {0,0,0,0,0,0,0,0} ]
+142 68:[ } ] >> 10:[ @hits_icon = {0,0,0,0,0,0,0,0} ]
+174 69:[ self.speed = 0 ] >> 11:[ @speed = 0 ]
+186 70:[ self.sprite = "data/no_action.png" ] >> 12:[ @sprite = "data/no_action.png" ]
+592 76:[ mod.Pass = Pass ] >> 32:[ mod.Pass = Pass ]
+609 77:[ return mod ] >> 34:[ mod ]