Table of Contents
test / world / pin / test_pin.gd
Attached Scenes
|
Note
|
No attached scenes. |
Code
extends GutTest
var PinScene = load("res://src/world/pin/pin.tscn")
var scene = null
func before_each():
scene = PinScene.instantiate()
add_child(scene)
func test_ready():
assert_not_null(scene)