英文: How to make Button event trigger call methods from my instantiated objects? 问题 在我的手机游戏(2D横向卷轴游戏)...
canvas drawImage 像素化(像素艺术)
英文: canvas drawImage pixelated (pixel art) 问题 我正在使用HTML、CSS和JavaScript(没有外部库)编写一个挖矿游戏。我正在使用drawImage...
交替使用Console.ReadKey()和Thread.Sleep()。
英文: Alternate between Console.ReadKey() and Thread.Sleep() 问题 我正在用C#在控制台中制作一个游戏,我想制作帧,我尝试在Console.Re...
如何在一个函数中嵌套其他函数以跟踪游戏的分数?
英文: How to insert some functions inside other function to track score for a game? 问题 我是新手学习JavaScrip...
2.5D在2D画布上通过相机旋转。
英文: 2.5d in 2d canvas with camera rotation 问题 我正在尝试使用纯粹的原生JavaScript在2D画布中学习2.5D,但不知道从哪里开始。 最近我发现了 W...
How can I avoid the "transform.position assign attempt for 'Ball' is not valid. Input position is { NaN, NaN, NaN }."?
英文: How can I avoid the "transform.position assign attempt for 'Ball' is not valid. Inp...
Unity输入系统移动
英文: Unity Input System Movement 问题 I get this error: InvalidOperationException: Cannot read value of...
如何根据另一物体的旋转角度和位置来旋转一个物体?
英文: How do I rotate one thing in relation to the rotation angle and position of another thing? 问题 这是...
你好。如何在Unity 2D中将相机从点A缓慢移动到点B?
英文: Hello. How can i move my the camera slowly from point a to b in unity 2d? 问题 我正在制作一个节奏游戏。它是一款回合制...
Godot平滑的2D玩家移动脚本错误
英文: Godot smooth 2d player movement script errors 问题 I'll provide translations for the code and the ...