Skip to content

inflated-goboscript/time

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

time.gs

non-builtin time operations

This is a time library which is built for goboscript. It is designed to be used with inflator.

If you want something like python's datetime, go to datetime

Credits

Installation

Make sure you have inflator installed. It's installable from the gtp.

inflate install time

add time to your inflator.toml config:

[dependencies]
# ...
time = "time"

Development

use inflate install -e .:

  1. clone the respository: git clone https://github.com/inflated-goboscript/time
  2. cd time
  3. inflate install -e .
  4. cd test
  5. inflate
  6. goboscript build
  7. open test.sb3