Looks like you're not logged in

Login or Register to continue

Lesson Q&A

Use this space for questions related to what you're learning. For any other type of support (website, learning platform, payments, etc...) please get in touch using the contact form.

  • Notes for Godot 4liukaichi Now icons for a class are declared along with @tool at the top: ```gdscript @icon("res://RhythmGame/Editor/placer_hit_beat_icon.svg") ``` I got stuck for a long time because my mouse events weren't registering. Maybe Godot 4 handles these differently. Turns out the other Control Nodes were taking the mouse event for some reason. I had to change the mouse filter in by changing both TargetCircle and Label Nodes. (Inspector => Mouse => Filter => Pass) 1 0 Sep. 29, 2023
Site is in BETA!found a bug?