Created
April 30, 2021 04:28
-
-
Save triacontane/1b763ed81b5d4426a06146878468c1db to your computer and use it in GitHub Desktop.
ゲージの長さ変更
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
(()=> { | |
'use strict'; | |
Sprite_Gauge.prototype.bitmapWidth = function() { | |
return 200; | |
}; | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment