Overview
Comment: | 0.0.465 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
747226786b3fba731dd37ede9ba40782 |
User & Date: | 顽雨沉风 on 2023-06-30 04:04:08 |
Other Links: | manifest | tags |
Context
2023-06-30
| ||
04:04 | 0.0.466 check-in: 3dcd29b00d user: 顽雨沉风 tags: trunk | |
04:04 | 0.0.465 check-in: 747226786b user: 顽雨沉风 tags: trunk | |
04:01 | 0.0.464 check-in: feacba9521 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/07.Constellar vs Evilswarm.lua from [16623c0a58] to [b00f151cf8].
︙ | ︙ | |||
31 32 33 34 35 36 37 | _G["开局说明"]() _G["通关邀请"]() --~ load("Debu", "example.lua", "t") --~ rawlen(_G) --~ a=0 --~ for k, v in pairs(_G) do | | | 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | _G["开局说明"]() _G["通关邀请"]() --~ load("Debu", "example.lua", "t") --~ rawlen(_G) --~ a=0 --~ for k, v in pairs(_G) do Debug.ShowHint(tostring(Debug)) --~ Debug.ShowHint(tostring(v)) --~ a=a+1 --~ if a > 100 then --~ break --~ end --~ end --~ Debug.ShowHint(tostring(#_G)) |
︙ | ︙ |