Yahoo France Recherche Web

Résultats de recherche

  1. forum.godotengine.orgGodot Forum

    Join the discussion on Godot Forum, a place for the Godot community to meet, ask questions, share their work, and provide help to other users. Find topics on Godot 4, gdscript, 2D, 3D, game development, and more.

  2. 19 août 2022 · Learn how to use setget in godot 4, a feature that allows you to define custom getters and setters for variables. See examples, tips and links to documentation and other answers.

  3. 18 févr. 2022 · A user asks how to use "await" instead of "yield" in godot 4.0, a game engine. Other users reply with examples and explanations of the difference between the two keywords.

  4. 20 avr. 2024 · I am working on a project with another person in Godot, and they programmd the Player movemment. However, they programmed it using the Arrow keys for movement, and I preferd if it was on WASD, but they don’t know how to change it My current movemment code: unc player_movement(delta): if Input.is_action_pressed("ui_right"): current_dir = "right" lastdir = Vector2.RIGHT play_anim(1) velocity.x ...

  5. 25 mars 2020 · A user asks how the lerp () function works in Godot Engine and gets various explanations from other users. Learn about linear interpolation, easing, and examples of using lerp () in code.

  6. 20 déc. 2023 · Learn how to use different methods to pause or delay a script for a set amount of time in Godot, such as await, yield, OS.delay_msec, and create_timer. See examples, discussions, and tips from other users and experts.

  7. 21 févr. 2024 · Learn how to use rcedit, a tool for editing Windows resources, to customize your game icon in Godot Engine. See the documentation link and a video tutorial from other users.

  8. 6 juil. 2024 · 4.2.1 Title. On the surface this seems simple enough, “if [variable] == [string] or [string]:” and the like - Godot runs this code without errors. For some reason however, this if statement will accept any value for the variable rather than one of the two listed options. I really don’t understand why this could be and haven’t been able to find any clear documentation on the matter ...

  9. 28 févr. 2018 · Learn how to use different methods and code snippets to change scenes in Godot Engine, a free and open source game engine. See examples, tips, and discussions from the forum community.

  10. 5 mars 2018 · Learn how to get the root node of a scene file that the running script is in, using various methods such as child_node.owner, scene_root variable, or signals. See examples, tips, and answers from other users on Godot Forum.

  1. Recherches associées