Making a game while learning Godot
CollectorGame » Devlog
HELLO ,Everyone!
I’m a UI designer, but I’ve always dreamed of creating my own game. Now I finally have the chance to study and learn Godot, and I want to start writing my development log here.
Yesterday, I published my very first game — and that encouraged me to create a place to share my journey.
Thank you all for watching and supporting me!
Comments
Log in with itch.io to leave a comment.
Hello~!The balloon can be touched!
Reviewed these coding.
1) "at export "can be seen at the right panel.
2)func _on_input_event() means player's done can be detected.
3)We can use three "if" control the operator.
4)Destoried the balloon can use“queue_free()”
5)Scale change.
I will to make my second game with Godot by ZENVA. When the player touches the balloon ,it will get bigger, and the numbers of touches will be counted.