Programming
Learn to code and ask for help with Godot. Talk about networking, encryption, APIs, you name it, it's all programming and it's all here.
Latest engine news:
Styles Guides & Formatting - GDScript Style Guide and GDScript Toolkit
- SnapCracklins replied
- I don't know if anyone else on the forum knows this but I recently discovered the GDScript style guide in the documentation. It's really keen and clean way to approach your GDScript code. I don't know...
Problem copying global rotation and position of an object to another world
- IceBergyn replied
- I am having a problem where I have the following objecst in a world3d: Node3D: ( rotated in Y 90 degrees ) -> Several child nodes3D with diferent rotations and positions I want to send the rotation an...
NOT A QUESTION!! posting this to i can access it on my school computer
- luismasuelli replied
- extends KinematicBody2D var velocity = Vector2() export var direction = -1 func _ready(): if direction == -1: $AnimatedSprite.flip_h = true func _physics_process(delta): if is_on_wall(): direction = d...