add README

This commit is contained in:
2026-04-29 23:52:04 +09:00
parent 73130dd8ce
commit 3b019607ec
5 changed files with 45 additions and 7 deletions

View File

@@ -4,14 +4,14 @@ import { cameraInput } from './cameraControl.js';
export function createPlayer() {
const player = new Sprite();
player.scale = 0.20;
player.scale = 0.13;
player.img = "assets/nubzuki.png";
player.bounciness = 0;
player.rotationLock = true;
player.w = 20;
player.w = 25;
player.h = 20;
player.offset.y = 25;
player.offset.y = 30;
player.elevation = 0;
player.x = width / 2;
player.y = height - 80;