Overview
Comment: | 0.0.466 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
3dcd29b00d237b4a033bd6933578e8a4 |
User & Date: | 顽雨沉风 on 2023-06-30 04:04:42 |
Other Links: | manifest | tags |
Context
2023-06-30
| ||
04:15 | 0.0.467 check-in: c2941552cb user: 顽雨沉风 tags: trunk | |
04:04 | 0.0.466 check-in: 3dcd29b00d user: 顽雨沉风 tags: trunk | |
04:04 | 0.0.465 check-in: 747226786b user: 顽雨沉风 tags: trunk | |
Changes
Modified single/07.Constellar vs Evilswarm.lua from [b00f151cf8] to [f3cf8afa6f].
︙ | ︙ | |||
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)) |
︙ | ︙ |