Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

cappslock

4
Posts
2
Topics
A member registered Feb 28, 2021

Recent community posts

Hi, I'm curious if it's possible to build out a virtual controller for mobile similar to the one in PICO-8, or how one might be connected if that's outside the scope of the project.

Beautiful, thanks!

Hi there,

Been playing around with this a bit. I have a background in web development but not game development. I think I am getting the basics of how to use this, but one thing that's not clear to me is how to implement scrolling for a map.

Couple of questions related to this:

1. Say I have a very wide map in the editor (1600 tiles or so) I can't seem to scroll the "zoomed" part of the map editor. I can zoom in and out, but I can't focus when zoomed in.

2. On an update tick, I am not sure how I would implement scrolling through a map. My best guess is that I would draw the map with a negative x offset equal to the scroll position?