mirror of
https://github.com/Theaninova/mhlib.git
synced 2026-01-05 00:02:49 +00:00
lwsc test
This commit is contained in:
12
godot/starforce/test.gd
Normal file
12
godot/starforce/test.gd
Normal file
@@ -0,0 +1,12 @@
|
||||
@tool
|
||||
extends Node3D
|
||||
|
||||
@export var click = false:
|
||||
get:
|
||||
return false
|
||||
set(value):
|
||||
var lwo = Lwo.new()
|
||||
var mesh = lwo.get_mesh("E:\\Games\\Moorhuhn Kart 3\\extract\\D\\Moorhuhnkart\\3dobjects_cars\\affe.lwo")
|
||||
var instance = MeshInstance3D.new()
|
||||
instance.mesh = mesh
|
||||
add_child(instance)
|
||||
Reference in New Issue
Block a user