提示コードですが参考サイト通り<ceter>タグを使ってウインドウの中央にキャンバスを描画させようとしたのですが上手く実装出来ません。どのやり方で中央に表示するのでしょうか?
参考サイト: https://www.tohoho-web.com/html/center.htm
.p5リファレンス: https://p5js.org/reference/#group-Transform
html
1<!DOCTYPE html> 2<html lang=ja> 3 <head> 4 <meta charset="utf-8"> 5 <title>puyopuyo</title> 6 <body> 7 8 <script src=../p5/p5.js></script> 9 10 <!-- ユーティリティ --> 11 <script src=../Utility/Math.js></script> 12 <script src=../Utility/Vector.js></script> 13 <script src=../Utility/Collision.js></script> 14 15 <!-- ゲームループ --> 16 <script src="Script/Game.js"></script> 17 18 <script src=Script/Main.js></script> 19 20 </body> 21 22 </head> 23 24</html>
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
退会済みユーザー
2022/01/10 09:43