Skip to content

Commit

Permalink
Add the lunchroom location
Browse files Browse the repository at this point in the history
  • Loading branch information
AceLeft committed Feb 7, 2024
1 parent 68f6bf2 commit 546dc89
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions project/locations/game_map.gd
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class_name GameMap extends RefCounted
const _RESOURCE_PATHS : Array[String] = [
"res://locations/classroom.png",
"res://locations/hallway.png",
"res://locations/lunchroom.png",
]

## Maps location names to their textures.
Expand Down
Binary file added project/locations/lunchroom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions project/locations/lunchroom.png.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[remap]

importer="texture"
type="CompressedTexture2D"
uid="uid://bmkysfcdftaiw"
path="res://.godot/imported/lunchroom.png-6176610c045ba64e82765774ab97139e.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://locations/lunchroom.png"
dest_files=["res://.godot/imported/lunchroom.png-6176610c045ba64e82765774ab97139e.ctex"]

[params]

compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
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=1

0 comments on commit 546dc89

Please sign in to comment.