This website requires JavaScript.
Explore
Help
Sign In
RPGResearch
/
bcirpggithubmirror
Watch
7
Star
0
Fork
0
You've already forked bcirpggithubmirror
mirror of
https://github.com/RPG-Research/bcirpg.git
synced
2024-04-16 14:23:01 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2d2e65d8ae
bcirpggithubmirror
/
Godot
/
MainMenu
/
GodotUserInterface_Luke
/
GUI.gd
6 lines
91 B
GDScript3
Raw
Normal View
History
Unescape
Escape
Created the basic hook for the SQLite Database. Also need my eyes checked lol.
2021-11-14 19:43:53 +00:00
extends
MarginContainer
func
_ready
(
)
:
Made some changes, modded a datetime object, and started defining some parent classes.
2022-01-02 19:56:55 +00:00
var
TimeTest
=
OS
.
get_datetime
(
)
print
(
TimeTest
)
Reference in New Issue
Copy Permalink