oh my god let's try this again

This commit is contained in:
2025-08-12 04:38:42 -04:00
parent 6ae54ccfdb
commit c53ce71f7f
805 changed files with 141853 additions and 0 deletions

12
aitest.gd Normal file
View 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"""