Godot Welcome Message AssetThis is a simple Godot asset that shows how to:Take user input (name) from a LineEditDisplay a personalized welcome messageHandle empty input gracefullyNode StructureNode2D (root) ββ CanvasLayer β ββ LineEdit (User name input) β ββ Button (Confirm button) β ββ Label (Output message)How to UseImport the project into Godot 4.4Open the scene and run it.Enter your name, press the button, and see the welcome message!ExampleIf the user enters:ArshiaThe output will be:Arshia, welcome LicenseThis project is licensed under the MIT License - see the LICENSE file for details.
A Godot framework purpose-built for turn-based tactics.
This is a simple Third person controller template with animations, AI opponents, and other stuffs, where you can:- Moves by using WASD keys.- Jumps by using Spacebar or Z keys.- And Kicks your opponents by using RMB, SHIFT or Q keys.
A fork of Kenney's 3D Platformer Template modified for hands-on learning (reimported inside Godot 4.4)