Skip to content

Instantly share code, notes, and snippets.

@Mt3Zz
Mt3Zz / BoxShadow.cs
Last active January 18, 2025 08:36
[Unity][UI Toolkit] Box-shadow VisualElement. Not supported gradation.
/* MIT License
Copyright (c) 2025 Mt3Zz
Released under the MIT license
https://opensource.org/license/mit
*/
using UnityEngine;
@Mt3Zz
Mt3Zz / Shadow.cs
Last active January 9, 2025 17:11 — forked from tattyd/Shadow.cs
Soft shadow control for Unity UI Toolkit
/* MIT License
Copyright (c) 2022 David Tattersall
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
@Mt3Zz
Mt3Zz / EquipSceneCharactorImageUpdater.js
Last active November 4, 2021 09:16
RPGMakerMZ plugins : Update character image when player change equips
//========================================================================
// RPG Maker MZ - Equip Scene Dress Up
// Copyright (c) 2021 9rvLU
// Released under the MIT license
// https://opensource.org/licenses/mit-license.php
//========================================================================
// [Update Histoty]
// 1.2.3 2021/11/04 paramの順序を変更
// 1.2.2 2021/04/15 装備欄とマップで別のピクチャ設定を設定できるように変更
// 1.2.1 2021/04/15 プラグインコマンドにおいて表情差分を選択できるように変更
@Mt3Zz
Mt3Zz / ASKeyCommonEvent.js
Created January 30, 2021 10:35
RPGMakerMZ plugins: Reserve Common Event when player input A S key
//========================================================================
// RPG Maker MZ - A S Key Common Event
// Copyright (c) 2021 9rvLU
// Released under the MIT license
// https://opensource.org/licenses/mit-license.php
//========================================================================
// [Update Histoty]
// 1.0.0 2021/01/30 初版
/*:ja
@Mt3Zz
Mt3Zz / EquipSceneDressUp.js
Last active November 4, 2021 08:12
RPGMakerMZ plugins : Add dress up feature to equip scene
//========================================================================
// RPG Maker MZ - Equip Scene Dress Up
// Copyright (c) 2021 9rvLU
// Released under the MIT license
// https://opensource.org/licenses/mit-license.php
//========================================================================
// [Update Histoty]
// 1.2.3 2021/11/04 paramの順序を変更
// 1.2.2 2021/04/15 装備欄とマップで別のピクチャ設定を設定できるように変更
// 1.2.1 2021/04/15 プラグインコマンドにおいて表情差分を選択できるように変更
@Mt3Zz
Mt3Zz / AdditionalStatus.js
Last active April 17, 2021 05:58
RPGMakerMZ plugins : Enable to use additional status in menu scene
//========================================================================
// RPG Maker MZ - Additional Status
// Copyright (c) 2021 9rvLU
// Released under the MIT license
// https://opensource.org/licenses/mit-license.php
//========================================================================
// [Update Histoty]
// 1.0.0 2021/01/20 初版
//
// [bug report]
@Mt3Zz
Mt3Zz / OverlappedPicturesDisplayer.js
Last active January 21, 2021 10:50
RPGMakerMZ plugins : Display overlapped pictures in menu scene
//========================================================================
// RPG Maker MZ - Overlapped Pictures Displayer
// Copyright (c) 2021 9rvLU
// Released under the MIT license
// https://opensource.org/licenses/mit-license.php
//========================================================================
// [Update Histoty]
// 1.2.1 2021/01/16 MapImageSettings と MenuImageSettings にデフォルト値を設定
// 1.2.0 2021/01/15 プラグインコマンド「マップにピクチャを表示」を追加
// 1.1.0 2021/01/15 プラグインコマンド「ピクチャ素材変更」を追加
@Mt3Zz
Mt3Zz / Practice_syakyo.html
Last active July 20, 2020 01:37
Webサイトのhtmlを写経し、適宜説明を付け加えていく勉強用ファイル
<!--
WordPress theme write の写経
適宜コメントでの説明を追加
Write-書くためのテーマ
http://demo.themegraphy.com/write-ja/
-->
<!--
VSCode便利操作
c : コメントを追加
import numpy as np
import cv2
from tkinter import filedialog
import glob
def Extractor(img):
# cv2.imread によって読み込まれた画像を受け取って、線画にして保存する
# imread の読み込みはモノクロ(2つ目の引数に0を指定)を推奨