Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hey folks, can u help me out with a simple problem about level transition in Godot.

A topic by CODEROMATIC created Jan 06, 2021 Views: 121 Replies: 1
Viewing posts 1 to 2
(1 edit)

I need to check if two objects A and B are overlapping on a specific objects that are C and D, respectively in Godot. I have tried out the area 2D method in which if they overlap the bodies C and D then it prints if it is overlapping or not. But the problem is it prints it just when the game starts. Then if it works I will implement the scene transition.


 I know I am not very good in explaining but see if you all can help me out.

(1 edit) (+2)

maybe use a simple while loop? like while overlap == true: get_tree.change_scene("whatever")