mirror of
https://github.com/Theaninova/mhlib.git
synced 2026-01-23 02:12:40 +00:00
mhk3 map loading
This commit is contained in:
11
godot/kart/maps/egypt/egypt.gd
Normal file
11
godot/kart/maps/egypt/egypt.gd
Normal file
@@ -0,0 +1,11 @@
|
||||
extends Node
|
||||
|
||||
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
func _ready():
|
||||
pass # Replace with function body.
|
||||
|
||||
|
||||
# Called every frame. 'delta' is the elapsed time since the previous frame.
|
||||
func _process(delta):
|
||||
pass
|
||||
Reference in New Issue
Block a user