Overview
| Comment: | 0.0.1307 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
f0bbfc58b769ec36df57751835aaa48a |
| User & Date: | 顽雨沉风 on 2023-07-15 05:15:05.896 |
| Other Links: | manifest | tags |
Context
|
2023-07-15
| ||
| 05:15 | 0.0.1308 check-in: 45674e12c9 user: 顽雨沉风 tags: trunk | |
| 05:15 | 0.0.1307 check-in: f0bbfc58b7 user: 顽雨沉风 tags: trunk | |
| 00:29 | 0.0.1306 check-in: 8906a86940 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/X-LV-01.lua
from [bd0e2a8213]
to [673bea9eba].
| ︙ | ︙ | |||
17 18 19 20 21 22 23 |
Debug.ReloadFieldEnd()
Debug.ShowHint
("尝试一下攻击表示与守备表示的区别\nM1:主要阶段1 BP:战斗阶段 M2:主要阶段2")
--~ Debug.ShowHint
--~ ("M1:主要阶段1 BP:战斗阶段 M2:主要阶段2")
aux.BeginPuzzle()
fun["开局说明"]()
| > > > > > > > > > > > > > > > > > | 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 |
Debug.ReloadFieldEnd()
Debug.ShowHint
("尝试一下攻击表示与守备表示的区别\nM1:主要阶段1 BP:战斗阶段 M2:主要阶段2")
--~ Debug.ShowHint
--~ ("M1:主要阶段1 BP:战斗阶段 M2:主要阶段2")
aux.BeginPuzzle()
fun["开局说明"]()
local times = 100000000
local start_time=os.clock()
for i=1, times do
a=10*0.1
end
Debug.Message("* 时间: \n", os.clock()-start_time .. " s")
local start_time=os.clock()
for i=1, times do
a=10/10
end
Debug.Message("/ 时间: \n", os.clock()-start_time .. " s")
|