godot-3-beginner-2d-platformer icon indicating copy to clipboard operation
godot-3-beginner-2d-platformer copied to clipboard

Learn to create a 2d platform game with the Godot game engine. This is a beginner programming tutorial.

Results 5 godot-3-beginner-2d-platformer issues
Sort by recently updated
recently updated
newest added

func _unhandled_input(event: InputEvent) -> void: if event.is_action_pressed("pause") and pause_title.text != DIED_MESSAGE: self.paused = not paused scene_tree.set_input_as_handled()

Not sure if this has been addressed but I notice in my game after completing a couple of levels and I die and retry, all score is lost from previous...

**I'm submitting a bug** E 0:00:18.391 emit_signal: Error calling method from signal 'body_entered': 'KinematicBody2D(Player.gd)::_on_Area2D_body_entered': Method not found.. core/object.cpp:1260 @ emit_signal()

I would like to add the missing Godot 4 .NET port.

Bug: When I'm playing a game, I pause the game, click the home screen, and I'm on the home screen, but the buttons don't work ![Zrzut ekranu 2022-11-13 161859](https://user-images.githubusercontent.com/118120140/201529386-9db8f0d4-7183-443a-8373-d6ca3e0747cf.png) ![Zrzut...