v1.5.02 - COA rendering + editor basic UI

This commit is contained in:
Azgaar 2021-01-28 01:40:11 +03:00
parent b86d985607
commit 9f1012603d
9 changed files with 1663 additions and 53 deletions

3
run_python_server.bat Normal file
View file

@ -0,0 +1,3 @@
start chrome.exe http://localhost:8000/
@echo off
python -m http.server 8000