Author Topic: 24x24 entities  (Read 3426 times)

0 Members and 1 Guest are viewing this topic.

c64
  • Newbie
  • *
  • Posts: 1
    • View Profile
24x24 entities
« on: January 30, 2018, 02:23:55 PM »
My project uses 24x24 size tiles and I would like to use 24x24 entities (teletransporters, chests, pickups) but the Quest Editor only allows placing 16x16 entities.

Is there a way to have entities that are the same size as my tiles?

Christopho

  • Administrator
  • Hero Member
  • *****
  • Posts: 1194
    • View Profile
Re: 24x24 entities
« Reply #1 on: January 30, 2018, 02:46:26 PM »
In the current version, a lot of entities have a built-in size of 16x16, unfortunately. Their sprites can be bigger, but their collision box will still be 16x16.
As a workaround, you can always use custom entities to replace entities like teletransporters, but I understand it is not ideal.