oh my god let's try this again
This commit is contained in:
12
aitest.gd
Normal file
12
aitest.gd
Normal file
@@ -0,0 +1,12 @@
|
||||
extends Node3D
|
||||
|
||||
var hazmat = preload("res://models/character/bad_guy_hazmat.tscn")
|
||||
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
"""func _ready():
|
||||
var chaseguy = hazmat.instantiate()
|
||||
add_child(chaseguy)
|
||||
chaseguy.pissed = true
|
||||
chaseguy.global_position = Vector3(0,8,0)
|
||||
chaseguy.rotation_degrees.y = 90
|
||||
chaseguy.player = $player"""
|
||||
Reference in New Issue
Block a user