Files
Nuake/Editor/resources/Scripts/Engine.wren
Antoine Pilote 855bb1edd6 Major scripting update🕹
- Added Input wren module
- Added Math wren module
- Added Entity wren module
- Changed camera API
2021-06-10 22:23:53 -04:00

11 lines
83 B
Plaintext

import "Scripts/Math" for Vector3
class Engine {
foreign static Log(msg)
}