mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-04 11:51:17 +00:00
Isometric test
This commit is contained in:
parent
70d22b2be8
commit
1434f7aa6d
806 changed files with 18966 additions and 15 deletions
8
addons/func_godot/src/import/quake_wad_file.gd
Normal file
8
addons/func_godot/src/import/quake_wad_file.gd
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
@icon("res://addons/func_godot/icons/icon_quake_file.svg")
|
||||
class_name QuakeWadFile
|
||||
extends Resource
|
||||
|
||||
@export var textures: Dictionary
|
||||
|
||||
func _init(textures: Dictionary = Dictionary()):
|
||||
self.textures = textures
|
||||
Loading…
Add table
Add a link
Reference in a new issue