8000 caogtaa’s gists · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Instantly share code, notes, and snippets.

View caogtaa's full-sized avatar

caogtaa

View GitHub Profile
@caogtaa
caogtaa / readme.txt
Created January 19, 2025 09:54
Mind Force - v0.3 (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@caogtaa
caogtaa / readme.txt
Created January 18, 2025 13:13
Mind Force - v0.2 (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@caogtaa
caogtaa / readme.txt
Created January 16, 2025 00:56
Mind Force (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@caogtaa
caogtaa / UnityShadersCheatSheet.shader
Created August 30, 2022 03:30 — forked from Split82/UnityShadersCheatSheet.shader
Unity Shaders Cheat Sheet
Shader "Name" {
Properties {
_Name ("display name", Range (min, max)) = number
_Name ("display name", Float) = number
_Name ("display name", Int) = number
_Name ("display name", Color) = (number,number,number,number)
_Name ("display name", Vector) = (number,number,number,number)
0