Setting vs code editor and testing
This commit is contained in:
parent
4522259397
commit
2099f0b1ff
4 changed files with 19 additions and 1 deletions
11
scenes/scripts/test_level.gd
Normal file
11
scenes/scripts/test_level.gd
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
extends Node2D
|
||||
|
||||
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
func _ready():
|
||||
Log.pr("Hello there...")
|
||||
|
||||
|
||||
# Called every frame. 'delta' is the elapsed time since the previous frame.
|
||||
func _process(delta):
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue