this post was submitted on 17 Feb 2024
13 points (93.3% liked)

Game Development

3366 readers
41 users here now

Welcome to the game development community! This is a place to talk about and post anything related to the field of game development.

Community Wiki

founded 1 year ago
MODERATORS
 

Share some progress, text or screenshots of some development on your game!

top 4 comments
sorted by: hot top controversial new old
[–] Ategon@programming.dev 9 points 8 months ago* (last edited 8 months ago) (2 children)

Been working on a game for the brackeys jam. Playing around with how windows work in godot

[–] Mako_Bunny@lemmy.blahaj.zone 1 points 8 months ago

That's super cool :0

[–] dornad@lemmy.world 1 points 8 months ago* (last edited 8 months ago) (1 children)

This is amazing… is this a well documented feature in Godot?

[–] Ategon@programming.dev 1 points 8 months ago* (last edited 8 months ago)

Yeah pretty well documented. Was very easy to spin this up

This is the class that you spawn in to make a window: Docs

Each window is technically its own world and them I enable or disable the player on each one depending on if it hits a collider to move to the next room. It is possible to have them all looking at the same world though