Defold 【Defold】一般的なレベルアップシステム「XP – Level Up System」アセット XP - Level Up System アセット一般的な経験値ベースでのレベルアップシステムです。アセットページライブラリのURLサンプルデータreturn { --[[ style: 1 - look up table list 2 -... 2020.10.09 DefoldDEVELOP
Defold 【Defold】Sprite用 gradient シェーダー Defold 用の gradientシェーダーです。uniform highp mat4 view_proj; // positions are in world spaceattribute highp vec4 position;att... 2020.10.08 DefoldDEVELOP
Defold 【Defold】Webマネタイズメモ Web Monetization in Defold2020年10月7日現在は、Coil というプロバイダのみがサービスしているらしい。 2020.10.07 DefoldDEVELOP
Defold 【Defold】Sprite用 Outline シェーダー Defold 用の Outlineシェーダーです。uniform highp mat4 view_proj; attribute highp vec4 position;attribute mediump vec2 texcoord0; v... 2020.10.06 DefoldDEVELOP
Defold 【Defold】Coroutine 処理を行う 公式local function async(func) local co = coroutine.running() func(function() local ok, err = coroutine.resume(co) if not ... 2020.10.04 DefoldDEVELOP