Movatterモバイル変換


[0]ホーム

URL:


Skip to main content

itch.ioitch.io logo & titleitch.io logo

Browse GamesGame JamsUpload GameDeveloper LogsCommunity
Log inRegister
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Bagi

8
Posts
1
Topics
2
Followers
A member registered Apr 23, 2021 ·View creator page →

Creator of

Recent community posts

in my pixelbox is not loading the map I created

code:

var character = {

    x: 60,

    y: 60

};

var background = getMap("map");

paper(7);

exports.update = function () {

    if (btn.right) character.x += 1;

    if (btn.left)  character.x -= 1;

    if (btn.up)    character.y -= 1;

    if (btn.down)  character.y += 1;

    cls();

    draw(background, 0, 0);

    sprite(153, character.x, character.y);

};

what is wrong?

whats the hell is this

itch.io on Twitteritch.io on Facebook
AboutFAQBlogContact us
Copyright © 2025 itch corp ·Directory ·Terms ·Privacy ·Cookies

[8]ページ先頭

©2009-2025 Movatter.jp