update doc/en/**
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# *time* library
|
||||
|
||||
```python
|
||||
time.uptime() -> float
|
||||
```
|
||||
|
||||
Returns time elapsed since the engine started.
|
||||
|
||||
```python
|
||||
time.delta() -> float
|
||||
```
|
||||
|
||||
Returns time elapsed since the last frame.
|
||||
Reference in New Issue
Block a user