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
| /* streamkit.discord.com/overlay 용 음성에 반응하는 이미지 CSS */ | |
| /* Voice Widget 탭으로 이동한 후, 서버와 음성 채널을 지정한 다음 URL을 복사하세요. */ | |
| /* 수정한 이 : Crete Park */ | |
| /* 원본 CSS : https://retroheart.net/blog/2022/04/adding-discord-voice-reactive-images-to-obs/ */ | |
| :root { | |
| /* 애니메이션 바운스 동작의 최대 높이 */ | |
| --bounce-height: 20px; | |
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
| using static Godot.GD; | |
| using static Godot.RenderingDevice; | |
| namespace Godot.Demo.CompositeEffect; | |
| /// <summary> | |
| /// This is a very simple effects demo that takes our color values and writes | |
| /// back gray scale values. | |
| /// </summary> | |
| /// <remarks> |
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
| #if TOOLS | |
| using System.IO; | |
| using System.Linq; | |
| using Godot; | |
| using static Godot.GD; | |
| using static Godot.EditorContextMenuPlugin; | |
| namespace CretaPark.GodotTools; |
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
| /*: | |
| * @plugindesc This plugin adds `QuickLoad(number);` global function to RPG Maker MV. | |
| * Version : 1.0.0 | |
| * @author Creta Park (https://creft.me/cretapark) | |
| * | |
| * @help | |
| * This plugin simply adds `QuickLoad(number);` global function to RPG Maker MV. | |
| * | |
| * Created by Creta Park (https://creft.me/cretapark) | |
| */ |
OlderNewer