Search found 4 matches

by LsJack
Thu May 23, 2024 6:35 pm
Forum: General discussion
Topic: Confusion with screen coordinates
Replies: 7
Views: 3224

Re: Confusion with screen coordinates

hi Kjell,

could you upload the .zgeprojet of the isometric example?
Kjell wrote: Thu May 23, 2024 9:41 am Image
by LsJack
Wed May 22, 2024 2:45 pm
Forum: General discussion
Topic: Procedurally Generate Terrain
Replies: 1
Views: 1376

Procedurally Generate Terrain

hey guys, i'm trying to create a procedural terrain generator , but im encountering some difficulties regarding collision and camera positioning [the idea is to be isometric]. the main idea is to always keep 9 chunks around the player, I'm searching on the internet, but it's difficult to find someth...
by LsJack
Mon May 20, 2024 8:21 pm
Forum: General discussion
Topic: Menu with character's name
Replies: 5
Views: 2290

Re: Menu with character's name

@LsJack: The keyboard features in ZGameEditor are primarily meant for controlling things, not for text input. But, with a bit of code you can create your own solution. The question however is, what features do you want/ need exactly? i need exactly that, the player can write the character's name. i...
by LsJack
Mon May 20, 2024 2:44 am
Forum: General discussion
Topic: Menu with character's name
Replies: 5
Views: 2290

Menu with character's name

hi guys, first post here.

my question is how do I create a display name, so the user can write the character's name.
i didn't want to do it like the old games did, to select from letter to letter to create the name.
is there anything about this or how i create this?