Initial commit

This commit is contained in:
2026-01-21 23:51:53 +01:00
commit 60b208fee0
1703 changed files with 100223 additions and 0 deletions

View File

@@ -0,0 +1,41 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cbnoqve0e25ku"
path.s3tc="res://.godot/imported/Sample1_MetalGalvanizedSteelWorn001_NRM16_2K_METALNESS_tif.png-43924fd39599b7f3b9a9c2e150816c10.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
[deps]
source_file="res://assets/3D/Sample1_MetalGalvanizedSteelWorn001_NRM16_2K_METALNESS_tif.png"
dest_files=["res://.godot/imported/Sample1_MetalGalvanizedSteelWorn001_NRM16_2K_METALNESS_tif.png-43924fd39599b7f3b9a9c2e150816c10.s3tc.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=1
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=1
roughness/src_normal="res://assets/3D/Sample1_MetalGalvanizedSteelWorn001_NRM16_2K_METALNESS_tif.png"
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

View File

@@ -0,0 +1,16 @@
extends Object
class_name RoomData
var doorPositions: Array[DoorPosition]
var roomGrid: Array[Array]
var roomSceneRef: String
func _init(roomImage: Image, roomSceneReference: String) -> void:
roomSceneRef = roomSceneReference
var roomImmageLoader: RoomImageLoader = RoomImageLoader.new()
roomGrid = roomImmageLoader.loadRoomData(roomImage)
doorPositions = roomImmageLoader.getDoors(roomGrid)
roomImmageLoader.free()

View File

@@ -0,0 +1,6 @@
[gd_scene load_steps=2 format=3 uid="uid://cm2rioo553yur"]
[ext_resource type="Script" uid="uid://dnjusl5hyybly" path="res://random_minigame_spawner.gd" id="1_fmdp7"]
[node name="RandomMinigameSpawner" type="Node"]
script = ExtResource("1_fmdp7")

View File

@@ -0,0 +1,8 @@
# netfox.internals
Shared utilities for [netfox] addons. Not intended for standalone usage.
Instead, check out the other addons in the [netfox] repository.
[netfox]: https://github.com/foxssake/netfox