This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Notabenoid - Stardew Valley - Translation Checker | |
| // @namespace NSVTranslationChecker | |
| // @description Автоматическая проверка перевода Stardew Valley на notabenoid.org | |
| // @include http://notabenoid.org/book/62965/* | |
| // @version 1.0.1.4 | |
| // @grant none | |
| // @require https://raw.githubusercontent.com/jeresig/jquery.hotkeys/master/jquery.hotkeys.js | |
| // @updateURL https://gist.githubusercontent.com/WarFollowsMe/6d7f80ce48bce270b93f16c67e87de2d/raw/Notabenoid_-_Stardew_Valley_-_Checker_Orfo.user.js | |
| // ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Shader "ToggleTest" | |
| { | |
| Properties | |
| { | |
| [Toggle(FILL_WITH_RED)] | |
| _FillWithRed ("Fill With Red", Float) = 0 | |
| } | |
| SubShader | |
| { | |
| Pass |