hnng
This commit is contained in:
parent
5c4cbe0233
commit
b4ebe7d4af
@ -1 +1,3 @@
|
||||
print("hi")
|
||||
minetest.register_globalstep(function(delta)
|
||||
print(delta)
|
||||
end)
|
||||
|
@ -1 +1,3 @@
|
||||
minetest.register_globalstep()
|
||||
minetest.register_globalstep(function(delta: number)
|
||||
print(delta)
|
||||
end)
|
Loading…
x
Reference in New Issue
Block a user