Skip to content

Instantly share code, notes, and snippets.

View Firedingo's full-sized avatar
📖
Reading

Firedingo

📖
Reading
  • NSW, Australia
View GitHub Profile
@Firedingo
Firedingo / Pico-8 Quick Reference
Last active February 28, 2019 04:01
A quick reference guide to PICO-8 that can be used by beginners
____ ___________ _______ ________ ______
| \ | / \ / \ / \
| | | | | | | |
|____/ | | | | ________ \______/
| | | | | / \
| | | \ / | |
| _____|_____ \_______/ \______/ \______/
__________________________________________________________________________________________________________________________
@Firedingo
Firedingo / GameMaker Tips.txt
Last active February 16, 2019 18:44
Tips & Reminders I've Picked Up For Working With GameMaker Studio & GML
#GameMaker Tips
###Tip 1
Do Not Use WHILE loops in the GUI, Step or other events that loop every second.
It's a good way to fry your memory and crash GameMaker's Runner.
###Tip 2
If you intend to use an IF statement to check for key input do not use -keyboard_checks. For example
**var left_key = -keyboard_check(vk_left);**
@Firedingo
Firedingo / launcher_log.txt
Created November 2, 2016 15:50
Log Files For New Minecraft Launcher
[1103/023219:INFO:LauncherAppBrowser.cpp(24)] Work dir is C:\Users\Firedingo\AppData\Roaming\.minecraft
[1103/023219:INFO:ClientHandler.cpp(175)] Creating launcher window.
[1103/023219:INFO:LauncherAppRenderer.cpp(110)] Javascript bridge extended.
[1103/023219:ERROR:angle_platform_impl.cc(33)] ANGLE Display::initialize error 5: DXGI 1.2 required to present to HWNDs owned by another process.
[1103/023219:ERROR:gl_surface_egl.cc(612)] eglInitialize D3D11 failed with error EGL_NOT_INITIALIZED, trying next display type
[1103/023221:INFO:LocalVersionProvider.cpp(81)] Looking for installed versions in C:/Users\Firedingo\AppData\Roaming\.minecraft\versions