actual initial commit lmao

This commit is contained in:
2025-08-12 04:49:06 -04:00
parent b130b7eb7b
commit 0b69c0ae6f
1150 changed files with 124659 additions and 0 deletions

View 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):
self.textures = textures