Skip to content

Commit

Permalink
Update example FGD / TB config
Browse files Browse the repository at this point in the history
  • Loading branch information
Shfty committed Feb 19, 2020
1 parent b30d329 commit e508e5d
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 45 deletions.
2 changes: 1 addition & 1 deletion game-definitions/fgd/example_fgd.tres
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
[resource]
script = ExtResource( 7 )
export_file = false
target_folder = "C:/OtherPrograms/TrenchBroom/games/Qodot"
target_folder = "P:/Personal/Quake/TrenchBroom/build/app/MinSizeRel/games"
fgd_name = "Example"
entity_definitions = [ ExtResource( 1 ), ExtResource( 5 ), ExtResource( 8 ), ExtResource( 11 ), ExtResource( 4 ), ExtResource( 3 ), ExtResource( 2 ), ExtResource( 10 ), ExtResource( 9 ), ExtResource( 6 ) ]
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[gd_resource type="Resource" load_steps=6 format=2]

[ext_resource path="res://addons/qodot/game-definitions/fgd/qodot_fgd.tres" type="Resource" id=1]
[ext_resource path="res://icon.png" type="Image" id=2]
[ext_resource path="res://icon.png" type="Texture" id=2]
[ext_resource path="res://addons/qodot/src/resources/game-definitions/trenchbroom/trenchbroom_game_config_folder.gd" type="Script" id=3]
[ext_resource path="res://game-definitions/fgd/example_fgd.tres" type="Resource" id=4]
[ext_resource path="res://addons/qodot/game-definitions/trenchbroom/qodot_trenchbroom_config_file.tres" type="Resource" id=5]

[resource]
script = ExtResource( 3 )
export_file = false
trenchbroom_games_folder = "C:/OtherPrograms/TrenchBroom/games"
trenchbroom_games_folder = "P:/Personal/Quake/TrenchBroom/build/app/MinSizeRel/games"
game_name = "Qodot"
icon = ExtResource( 2 )
game_config_file = ExtResource( 5 )
Expand Down
31 changes: 4 additions & 27 deletions icon.png.import
Original file line number Diff line number Diff line change
@@ -1,36 +1,13 @@
[remap]

importer="texture"
type="StreamTexture"
path.s3tc="res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.s3tc.stex"
path.etc2="res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.etc2.stex"
metadata={
"imported_formats": [ "s3tc", "etc2" ],
"vram_texture": true
}
importer="image"
type="Image"
path="res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.image"

[deps]

source_file="res://icon.png"
dest_files=[ "res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.s3tc.stex", "res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.etc2.stex" ]
dest_files=[ "res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.image" ]

[params]

compress/mode=2
compress/lossy_quality=1.0
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=1
flags/filter=false
flags/mipmaps=true
flags/anisotropic=true
flags/srgb=2
process/fix_alpha_border=false
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0
Loading

0 comments on commit e508e5d

Please sign in to comment.