Skip to content

can't indent after function head #3

Description

@ratherAnonymous

extends KinematicBody2D

var motion = Vector2()

func _physics_process(delta):
if Input.is_action_pressed("ui_right"):
motion.x = 100

I'm not able to indent the 4th line of code with a TAB.
Using spaces seems to work, but I wished I could indent it with a hit of the TAB key.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions