Compare commits

...

130 Commits

Author SHA1 Message Date
John Montagu, the 4th Earl of Sandvich 5e87a02a76
Update Godot .NET SDK to 4.3.0 release 2024-10-18 15:06:52 -07:00
John Montagu, the 4th Earl of Sandvich 534f9436ee
Set XP decay timer to be one shot 2024-10-18 15:06:52 -07:00
John Montagu, the 4th Earl of Sandvich 7f7d079bb4
Add hitbox/hurtbox layer names 2024-10-18 15:06:52 -07:00
John Montagu, the 4th Earl of Sandvich d9f36896ad
Implement `Node.GetChildrenEnumerable` extension 2024-10-18 15:06:52 -07:00
John Montagu, the 4th Earl of Sandvich b5b3f86fb6
Update weapon mechanics 2024-10-18 15:06:52 -07:00
John Montagu, the 4th Earl of Sandvich 767a9830e7
Add debug commands 2024-10-18 15:06:52 -07:00
John Montagu, the 4th Earl of Sandvich a8e4aca91e
Make Inventory remove item from hotbar as well
Inventory.Remove(ItemMetadata) removes the item from both the inventory
and the hotbar
2024-10-18 15:06:51 -07:00
John Montagu, the 4th Earl of Sandvich df82248670
Add TimeElapsed property 2024-10-18 11:10:34 -07:00
John Montagu, the 4th Earl of Sandvich 28a408de1b
Add ISave interface 2024-10-17 13:29:47 -07:00
John Montagu, the 4th Earl of Sandvich c0424444b9
Make Doc dash away instead of predetermined angle 2024-10-11 19:00:19 -07:00
John Montagu, the 4th Earl of Sandvich feec74fa65
Make Doc dodge projectiles during lance state 2024-10-11 12:24:13 -07:00
John Montagu, the 4th Earl of Sandvich b54ce905ab
Make Hurtbox and Hitbox have dedicated layers 2024-10-11 11:39:14 -07:00
John Montagu, the 4th Earl of Sandvich ec5204c452
Remove Player.InventoryMap 2024-10-05 16:21:42 -07:00
John Montagu, the 4th Earl of Sandvich cfb8527a42 Fix broken WorldEnvironment for maps 2024-10-05 15:52:31 -07:00
HumanoidSandvichDispenser c85aeb6b5b
Implement saving and loading hotbar state (#45) 2024-10-05 15:46:40 -07:00
HumanoidSandvichDispenser b687b49e52
Implement all current work-in-progress features (#43)
* Add WIP vendors

* Add TimerExtensions

* chore: Update dialogue manager version

* Add Inventory.EquippedItem signal

* Move files to UI.Inventory namespace

* Modify Hotbar and InventorySlot organization

Made InventorySlot a bit more modular.

* Modify hotbar icons

* Implement request to display shop

* Add forsenLevel placeholder icon

* Add shop UI

* Update UI to use theme and click through

* Update item metadata

Added placeholder icons for items without an icon.

* Add Snus Dealer example vendor NPC

* Implement factions with bitflags instead

* Fix typo in Doc dialogue

* Hide and show shop menu

* Add shaders

* Add newline to console output

* Add modal interface

* wip: new sprites

* Add new tileset

* wip: Redesign Depths of the Arena

* Change tiles

* Implement igniting bow arrows

* Add bow alt-fire ability

* Update Arena redesign

* Add Doc summon sounds

* Add inventory menu

* Add glow to effects

* Add some props to ArenaExterior

* Add alt fire to RangedIdleState

* Add keybinds for inventory menu

* Make arrows remain on fire if bow was set on fire

* Redesign Arena

* Add Sword effects and self knockback

* Update lighting effects

* Add wait/delay for Doc to exit when attacking

* Modify UI
2024-09-16 12:33:29 -07:00
HumanoidSandvichDispenser 12767e3c70
Merge branch 'wip' into master (#42)
* Implement igniting bow arrows

* Add bow alt-fire ability
2024-07-06 22:51:09 -07:00
HumanoidSandvichDispenser f0ac72b919
Redesign Arena tilemap (#41)
* Add new tileset

* Change tilemap
2024-06-24 16:07:15 -07:00
John Montagu, the 4th Earl of Sandvich 3ea50d5c97
Merge branch 'phantom-camera' 2024-06-09 08:13:57 -07:00
HumanoidSandvichDispenser 0c0aa63cc6
Implement phantom camera (#39)
* Add PhantomCamera nodes

* temp: Remove CameraBounds events

* Add CameraTrigger

* Add proper CameraTriggers to Arena.tscn

* Remove CameraBounds
2024-06-07 21:14:35 -07:00
John Montagu, the 4th Earl of Sandvich e7d0116ad7
Remove CameraBounds 2024-06-07 20:53:35 -07:00
John Montagu, the 4th Earl of Sandvich cb24cb5809
Add proper CameraTriggers to Arena.tscn 2024-06-07 20:52:06 -07:00
John Montagu, the 4th Earl of Sandvich ceba8f9386
Add CameraTrigger 2024-06-07 07:24:20 -07:00
John Montagu, the 4th Earl of Sandvich ad8ef32ea0
temp: Remove CameraBounds events 2024-06-07 07:14:29 -07:00
John Montagu, the 4th Earl of Sandvich 3248794dc3
Add PhantomCamera nodes 2024-06-07 07:14:29 -07:00
John Montagu, the 4th Earl of Sandvich 462f90dce7
Change map node ordering 2024-06-07 07:12:33 -07:00
John Montagu, the 4th Earl of Sandvich 8512bfd2de
Fix y-sort not applying to TileMapLayers 2024-06-07 07:10:23 -07:00
John Montagu, the 4th Earl of Sandvich 2ddf6dca5a
Change TileMaps to use TileMapLayers instead
TileMaps are now deprecated in 4.3 beta 1
2024-06-07 06:55:48 -07:00
John Montagu, the 4th Earl of Sandvich dd9b618bcf
Remove old maps 2024-06-07 06:52:31 -07:00
John Montagu, the 4th Earl of Sandvich 085f9287bd
Update Godot to 4.3 beta 1 2024-06-07 06:51:41 -07:00
John Montagu, the 4th Earl of Sandvich 164a13776a
Use AOT compilation 2024-06-06 19:15:48 -07:00
John Montagu, the 4th Earl of Sandvich 8764d12859
Remove resource UIDs 2024-06-06 09:40:11 -07:00
John Montagu, the 4th Earl of Sandvich 94d66ec8da
Use Forest tileset as external resource 2024-06-06 09:38:25 -07:00
John Montagu, the 4th Earl of Sandvich b7547f3b38
Remove print statement 2024-06-06 09:37:56 -07:00
John Montagu, the 4th Earl of Sandvich 2cffab617c
Fix DocLegionary NPC off-center sprite 2024-06-06 09:31:13 -07:00
John Montagu, the 4th Earl of Sandvich 590f440b92
Add correct faction to Doc NPCs 2024-06-06 09:30:21 -07:00
John Montagu, the 4th Earl of Sandvich 0f73567aa7
Fix navigation issues 2024-06-06 09:27:59 -07:00
John Montagu, the 4th Earl of Sandvich 057aedca30
Add check to not rebake while navmesh is baking 2024-06-06 09:23:33 -07:00
John Montagu, the 4th Earl of Sandvich c3ead0cdaa
Add Get and Set methods for MapState 2024-06-06 09:22:26 -07:00
John Montagu, the 4th Earl of Sandvich 4f3d5dd316
Use World singleton 2024-06-06 09:21:39 -07:00
John Montagu, the 4th Earl of Sandvich a67dedf3f9
Add `Map.GetCharacters()` 2024-06-06 07:59:29 -07:00
John Montagu, the 4th Earl of Sandvich 4c780da552
Fix alt fire on joystick right 2024-06-05 12:20:30 -07:00
John Montagu, the 4th Earl of Sandvich 54ddc63fbe
Remove parentheses check in parser 2024-06-05 12:13:36 -07:00
HumanoidSandvichDispenser b8a5e641b6
Implement Vendor NPCs (#37)
* Add WIP vendors

* Add TimerExtensions

* chore: Update dialogue manager version

* Add Inventory.EquippedItem signal

* Move files to UI.Inventory namespace

* Modify Hotbar and InventorySlot organization

Made InventorySlot a bit more modular.

* Modify hotbar icons

* Implement request to display shop

* Add forsenLevel placeholder icon

* Add shop UI

* Update UI to use theme and click through

* Update item metadata

Added placeholder icons for items without an icon.

* Add Snus Dealer example vendor NPC

* Implement factions with bitflags instead

* Fix typo in Doc dialogue

* Hide and show shop menu

* Add shaders

* Add newline to console output

* Add modal interface
2024-06-04 22:12:01 -07:00
John Montagu, the 4th Earl of Sandvich 516d79d86f
Add new Doc theme 2024-05-27 11:38:53 -07:00
John Montagu, the 4th Earl of Sandvich 309adaf317
Update dialogue manager compiler version 2024-05-18 16:05:27 -07:00
John Montagu, the 4th Earl of Sandvich 7b98fe4b96
Add alignment methods for IFaction 2024-05-18 15:53:33 -07:00
John Montagu, the 4th Earl of Sandvich 40ba0285f4
Update thinkers to handle no nav agents 2024-04-27 18:52:38 -07:00
John Montagu, the 4th Earl of Sandvich f07ce2f5df
update dialogue manager 2024-04-08 14:42:12 -07:00
John Montagu, the 4th Earl of Sandvich e3d6fbb714
fix pathfinding and interaction issues on map 2024-04-06 15:07:15 -07:00
John Montagu, the 4th Earl of Sandvich 1261248fc0 change ShungiteSpike to explode into 8 darts 2024-03-30 20:36:25 -07:00
John Montagu, the 4th Earl of Sandvich 1c8926a7d8
update characters 2024-03-30 08:39:28 -07:00
John Montagu, the 4th Earl of Sandvich 7535d9f28d
add block force multiplier to SwordBlockState 2024-03-30 01:59:45 -07:00
John Montagu, the 4th Earl of Sandvich 7929053cb3
add background props to Arena map 2024-03-30 01:59:01 -07:00
John Montagu, the 4th Earl of Sandvich 341f5137eb
change parry to use stagger instead of direct stun 2024-03-29 16:17:19 -07:00
John Montagu, the 4th Earl of Sandvich fc5ea41e3a
add stats node to more characters 2024-03-29 16:16:51 -07:00
John Montagu, the 4th Earl of Sandvich 57c821b55c
adjust variables 2024-03-26 12:46:37 -07:00
John Montagu, the 4th Earl of Sandvich cc0f0c0dd8
fix Player.Stats being null 2024-03-26 11:59:25 -07:00
John Montagu, the 4th Earl of Sandvich 87b189f779
add player stun postprocessing effect 2024-03-25 23:46:24 -07:00
John Montagu, the 4th Earl of Sandvich a1165b08dc
remove print statements 2024-03-25 22:13:42 -07:00
John Montagu, the 4th Earl of Sandvich 371b19c41e
implement character staggering; fix #34 2024-03-25 21:14:43 -07:00
John Montagu, the 4th Earl of Sandvich c5e110f92d
change swords to not deal damage when parrying 2024-03-25 21:13:18 -07:00
John Montagu, the 4th Earl of Sandvich 51682ef7ef
remove unused files 2024-03-08 10:05:15 -08:00
John Montagu, the 4th Earl of Sandvich f7a2abc949
rename hotbar node "GridContainer" to "Hotbar" 2024-03-07 23:01:04 -08:00
John Montagu, the 4th Earl of Sandvich 3bd5c62ac4
remove print statement 2024-03-02 10:05:09 -08:00
John Montagu, the 4th Earl of Sandvich fb80aa5c12
add vignette pp effect on taking damage 2024-03-01 22:00:18 -08:00
John Montagu, the 4th Earl of Sandvich 6241d6bcdf
add buy/sell price attributes to item resources 2024-03-01 21:59:51 -08:00
John Montagu, the 4th Earl of Sandvich 2fb3bf34fa
change Player.cs to emit PlayerHurt on receiving damage 2024-03-01 21:59:37 -08:00
John Montagu, the 4th Earl of Sandvich 0cd13d5b5b
update to Godot 4.3 dev 3 2024-02-27 09:12:55 -08:00
John Montagu, the 4th Earl of Sandvich 126b9b2ffe
Update README 2024-01-25 14:10:22 -08:00
John Montagu, the 4th Earl of Sandvich e7e2a7b999
Merge branch 'godot-4.3' of github.com:HumanoidSandvichDispenser/SupaLidlGame into godot-4.3 2024-01-13 22:30:15 -08:00
John Montagu, the 4th Earl of Sandvich d5f6d9708d
Merge branch 'master' into godot-4.3 2024-01-13 22:29:48 -08:00
John Montagu, the 4th Earl of Sandvich 1bbdb590de
Merge branch 'master' of github.com:HumanoidSandvichDispenser/SupaLidlGame 2024-01-13 22:29:07 -08:00
John Montagu, the 4th Earl of Sandvich 5efbd5b006
add price data properties for item metadata 2024-01-11 01:27:24 -08:00
John Montagu, the 4th Earl of Sandvich 5567032557
respect `AttackState.PursueOnLOS` for DashDefensive state 2024-01-11 01:26:17 -08:00
John Montagu, the 4th Earl of Sandvich 9efcea7a70
use 4.3 NodePath array for slots 2024-01-11 01:25:31 -08:00
John Montagu, the 4th Earl of Sandvich e651e43005
added more area to forest 2024-01-11 01:24:13 -08:00
John Montagu, the 4th Earl of Sandvich 70baa6c329
Merge branch 'master' into godot-4.3 2024-01-06 14:19:16 -08:00
John Montagu, the 4th Earl of Sandvich 58e46a3ae1
adjust NPC dash direction 2024-01-06 14:13:48 -08:00
John Montagu, the 4th Earl of Sandvich 05ae280785
handle unhandled input for `CharacterState` 2024-01-06 14:13:11 -08:00
John Montagu, the 4th Earl of Sandvich b79c2d0e3a
[WIP] new dialogue balloon 2024-01-06 14:12:50 -08:00
John Montagu, the 4th Earl of Sandvich eed8588eaf
fix sprites being translated down on stun anim 2024-01-06 14:11:45 -08:00
John Montagu, the 4th Earl of Sandvich 5fe54ad427
controller remap 2024-01-06 14:11:14 -08:00
John Montagu, the 4th Earl of Sandvich 097f49487a
upgrade to godot 4.3 2024-01-03 17:46:19 -08:00
John Montagu, the 4th Earl of Sandvich d5837f82b4
fix navmesh being disconnected on first door 2024-01-02 17:04:24 -08:00
John Montagu, the 4th Earl of Sandvich 4b0b0aab09
FPS counter 2024-01-02 17:04:12 -08:00
John Montagu, the 4th Earl of Sandvich e2781c81f2
fix camera bounds extending too far 2024-01-01 23:25:40 -08:00
John Montagu, the 4th Earl of Sandvich c56f42211a
make projectiles damage multiple of 20 2024-01-01 23:25:23 -08:00
John Montagu, the 4th Earl of Sandvich a6a7815b76
hotbar 2024-01-01 22:55:53 -08:00
John Montagu, the 4th Earl of Sandvich 54bde10278
inventory hotbar wip 2023-12-31 05:59:33 -08:00
John Montagu, the 4th Earl of Sandvich 802dd7eba9
revert to .NET 7 2023-12-30 15:12:07 -08:00
John Montagu, the 4th Earl of Sandvich 8fd60cb3c8
fix StunTime not decrementing when rolling 2023-12-29 20:15:23 -08:00
John Montagu, the 4th Earl of Sandvich 3230e487f2
associate weapon scenes with resources 2023-12-29 17:46:03 -08:00
John Montagu, the 4th Earl of Sandvich c1fcfcd398
upgrade to .NET 8 2023-12-29 15:37:52 -08:00
John Montagu, the 4th Earl of Sandvich c604e91021
return to original position by default 2023-12-23 22:36:09 -08:00
John Montagu, the 4th Earl of Sandvich 70efbe288c
centered player hitbox and collision to origin 2023-12-16 16:51:39 -08:00
John Montagu, the 4th Earl of Sandvich 4419bf89be
add VelocityModifier property to roll state
also nerf from 2x to 1.5x velocity
2023-12-16 16:38:52 -08:00
John Montagu, the 4th Earl of Sandvich 5ae49b2030
update to Godot 4.2.1 2023-12-16 15:49:42 -08:00
John Montagu, the 4th Earl of Sandvich 90473d286b
update readme 2023-12-13 18:35:56 -08:00
HumanoidSandvichDispenser c761cd7734
Merge pull request #32 from HumanoidSandvichDispenser/godot-4.2
Godot 4.2
2023-12-13 18:27:23 -08:00
John Montagu, the 4th Earl of Sandvich c1d66f15e0
make resources global classes 2023-12-13 18:25:32 -08:00
John Montagu, the 4th Earl of Sandvich 6f03295d8e
asset update 2023-12-13 18:25:20 -08:00
John Montagu, the 4th Earl of Sandvich c69532c17a
folder colors 2023-12-09 23:50:27 -08:00
John Montagu, the 4th Earl of Sandvich 7cfb8baac6
improve navigation 2023-12-09 23:45:27 -08:00
John Montagu, the 4th Earl of Sandvich 388c2a0e4c
update to godot 4.2, started navmeshes 2023-12-09 16:26:44 -08:00
John Montagu, the 4th Earl of Sandvich b99dca6eca
refactoring 2023-12-08 20:28:46 -08:00
John Montagu, the 4th Earl of Sandvich fb4681c3cd
assets 2023-12-08 20:28:17 -08:00
John Montagu, the 4th Earl of Sandvich 9ec6187747
centurion targets stunned enemies 2023-11-13 20:11:20 -08:00
John Montagu, the 4th Earl of Sandvich 4057c449a9
NPCs use last known position 2023-11-13 09:49:18 -08:00
John Montagu, the 4th Earl of Sandvich 7925e6858c
weeb npc 2023-11-09 16:24:22 -08:00
John Montagu, the 4th Earl of Sandvich 00be67d787
prework for buff system 2023-11-09 16:23:43 -08:00
John Montagu, the 4th Earl of Sandvich 996b49ab93
reduced shungite spike damage from 45 to 40 2023-11-05 15:11:52 -08:00
John Montagu, the 4th Earl of Sandvich 382d91605a
modified tree sprite 2023-11-04 20:32:51 -07:00
John Montagu, the 4th Earl of Sandvich c638052695
forest tree sprites 2023-10-02 22:52:02 -07:00
John Montagu, the 4th Earl of Sandvich 1bd258dbae
fix animation inconsistent root nodes 2023-10-02 00:10:24 -07:00
John Montagu, the 4th Earl of Sandvich 763b5e027e
weeb sprite 2023-10-02 00:09:20 -07:00
John Montagu, the 4th Earl of Sandvich f09a880612
clone machine outhouse sprite 2023-10-02 00:08:48 -07:00
John Montagu, the 4th Earl of Sandvich b542bbe01c
debug console cleanup 2023-09-29 11:32:15 -07:00
John Montagu, the 4th Earl of Sandvich 166dc3664b
fix node paths not being quoted 2023-09-26 10:25:55 -07:00
John Montagu, the 4th Earl of Sandvich b173a02912
debug console transpiles GDScript to GD Expression 2023-09-26 10:23:04 -07:00
John Montagu, the 4th Earl of Sandvich ad29c9cd29
debug console init 2023-09-24 18:51:23 -07:00
John Montagu, the 4th Earl of Sandvich 213358a2ba
vignette 2023-09-23 23:12:54 -07:00
John Montagu, the 4th Earl of Sandvich 8e78b26b35
forsenMaxLevel (wip) 2023-09-17 23:15:51 -07:00
John Montagu, the 4th Earl of Sandvich 31c66d33ed
rolling gives invincibility frames 2023-09-17 00:23:18 -07:00
John Montagu, the 4th Earl of Sandvich b167354ba7
modular movement ability states 2023-09-16 22:14:23 -07:00
John Montagu, the 4th Earl of Sandvich 42da94cd63
removed unused functions 2023-09-15 22:15:27 -07:00
John Montagu, the 4th Earl of Sandvich 63d41323d1
OpenGL godrays (testing) 2023-09-11 10:15:54 -07:00
John Montagu, the 4th Earl of Sandvich aaeface7e9
loop waves audio 2023-09-11 10:15:25 -07:00
John Montagu, the 4th Earl of Sandvich cc2ffdca8a
fix some complaining 2023-09-11 10:14:50 -07:00
John Montagu, the 4th Earl of Sandvich 93fd0eac9b
cleanup 2023-09-10 17:51:55 -07:00
552 changed files with 35981 additions and 9744 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -16,4 +16,10 @@ I can write english pretty good but since It is not my mothertounge I will make
The dark room was clouded with smoke as the 1st lieutenant entered the room. He walked slowly , trying to avoid the big clouds, towards the black desk where a man in black cape was sitting and enjoying his last cigar.
=> END
=> END
~ wall_writing
"Life's not fair. Get a grip." -- Doc, The Two Time
=> END

View File

@ -1,6 +1,6 @@
[remap]
importer="dialogue_manager_compiler_8"
importer="dialogue_manager_compiler_12"
type="Resource"
uid="uid://dilmuoilweoeh"
path="res://.godot/imported/books.dialogue-cc272ebae322ae3ca46820dca11a3437.tres"

View File

@ -1,6 +1,6 @@
[remap]
importer="dialogue_manager_compiler_8"
importer="dialogue_manager_compiler_12"
type="Resource"
uid="uid://c2om4y0fm81yr"
path="res://.godot/imported/clone-machine.dialogue-8810934a67eacdad52469e9ef5f970fb.tres"

View File

@ -18,11 +18,10 @@ Doc, The Two Time: Nothing but success.
Doc, The Two Time: That's what my life's about. Period.
Doc, The Two Time: And the arena today, ladies and gentlemen...
Doc, The Two Time: is wide open, and the crowds are flooding in. VIP seating. Skybox section. Reserved for the Slick Daddy Club.
Doc, The Two Time: The Slick Daddy Club lofoking so damn good today. I'm feeling so damn good. It's obvious.
Doc, The Two Time: The V of success.
Doc, The Two Time: The Slick Daddy Club looking so damn good today. I'm feeling so damn good. It's obvious.
Challenge [b]Doc, The Two Time[/b] to a duel?
- Yes
do emit("SummonBoss", "Doc")
- No => END
- No, I'm a little chubby cheek wannabe punk kid. => END
=> END

View File

@ -1,6 +1,6 @@
[remap]
importer="dialogue_manager_compiler_8"
importer="dialogue_manager_compiler_12"
type="Resource"
uid="uid://dntkvjjr8mrgf"
path="res://.godot/imported/doc.dialogue-8f95f6a09d3ac685b71d7e07c49df1c6.tres"

Binary file not shown.

View File

@ -0,0 +1,33 @@
[remap]
importer="font_data_dynamic"
type="FontFile"
uid="uid://dpxde42hku7e4"
path="res://.godot/imported/RobotoMono-Bold.ttf-5ef56699eefec9ae3f60998f926ed5e6.fontdata"
[deps]
source_file="res://Assets/Fonts/RobotoMono-Bold.ttf"
dest_files=["res://.godot/imported/RobotoMono-Bold.ttf-5ef56699eefec9ae3f60998f926ed5e6.fontdata"]
[params]
Rendering=null
antialiasing=1
generate_mipmaps=false
multichannel_signed_distance_field=false
msdf_pixel_range=8
msdf_size=48
allow_system_fallback=true
force_autohinter=false
hinting=1
subpixel_positioning=1
oversampling=0.0
Fallbacks=null
fallbacks=[]
Compress=null
compress=true
preload=[]
language_support={}
script_support={}
opentype_features={}

Binary file not shown.

View File

@ -0,0 +1,33 @@
[remap]
importer="font_data_dynamic"
type="FontFile"
uid="uid://634gg67hl134"
path="res://.godot/imported/RobotoMono-BoldItalic.ttf-2187145e1604e9580f88c665eb740135.fontdata"
[deps]
source_file="res://Assets/Fonts/RobotoMono-BoldItalic.ttf"
dest_files=["res://.godot/imported/RobotoMono-BoldItalic.ttf-2187145e1604e9580f88c665eb740135.fontdata"]
[params]
Rendering=null
antialiasing=1
generate_mipmaps=false
multichannel_signed_distance_field=false
msdf_pixel_range=8
msdf_size=48
allow_system_fallback=true
force_autohinter=false
hinting=1
subpixel_positioning=1
oversampling=0.0
Fallbacks=null
fallbacks=[]
Compress=null
compress=true
preload=[]
language_support={}
script_support={}
opentype_features={}

Binary file not shown.

View File

@ -0,0 +1,33 @@
[remap]
importer="font_data_dynamic"
type="FontFile"
uid="uid://dj0652yei7yiw"
path="res://.godot/imported/RobotoMono-Italic.ttf-989ab307e516d9cd034e27188c7b1633.fontdata"
[deps]
source_file="res://Assets/Fonts/RobotoMono-Italic.ttf"
dest_files=["res://.godot/imported/RobotoMono-Italic.ttf-989ab307e516d9cd034e27188c7b1633.fontdata"]
[params]
Rendering=null
antialiasing=1
generate_mipmaps=false
multichannel_signed_distance_field=false
msdf_pixel_range=8
msdf_size=48
allow_system_fallback=true
force_autohinter=false
hinting=1
subpixel_positioning=1
oversampling=0.0
Fallbacks=null
fallbacks=[]
Compress=null
compress=true
preload=[]
language_support={}
script_support={}
opentype_features={}

Binary file not shown.

View File

@ -0,0 +1,33 @@
[remap]
importer="font_data_dynamic"
type="FontFile"
uid="uid://br1ivkgagsm6e"
path="res://.godot/imported/RobotoMono-Regular.ttf-d60df72f1dd7eaf3651e080d6852d0c6.fontdata"
[deps]
source_file="res://Assets/Fonts/RobotoMono-Regular.ttf"
dest_files=["res://.godot/imported/RobotoMono-Regular.ttf-d60df72f1dd7eaf3651e080d6852d0c6.fontdata"]
[params]
Rendering=null
antialiasing=1
generate_mipmaps=false
multichannel_signed_distance_field=false
msdf_pixel_range=8
msdf_size=48
allow_system_fallback=true
force_autohinter=false
hinting=1
subpixel_positioning=1
oversampling=0.0
Fallbacks=null
fallbacks=[]
Compress=null
compress=true
preload=[]
language_support={}
script_support={}
opentype_features={}

Binary file not shown.

View File

@ -0,0 +1,33 @@
[remap]
importer="font_data_dynamic"
type="FontFile"
uid="uid://bm6pfkq3ihl5o"
path="res://.godot/imported/iosevka-bold.ttf-97aa97b299fedb67e54814ad33f00008.fontdata"
[deps]
source_file="res://Assets/Fonts/iosevka-bold.ttf"
dest_files=["res://.godot/imported/iosevka-bold.ttf-97aa97b299fedb67e54814ad33f00008.fontdata"]
[params]
Rendering=null
antialiasing=1
generate_mipmaps=false
multichannel_signed_distance_field=false
msdf_pixel_range=8
msdf_size=48
allow_system_fallback=true
force_autohinter=false
hinting=1
subpixel_positioning=1
oversampling=0.0
Fallbacks=null
fallbacks=[]
Compress=null
compress=true
preload=[]
language_support={}
script_support={}
opentype_features={}

Binary file not shown.

View File

@ -0,0 +1,33 @@
[remap]
importer="font_data_dynamic"
type="FontFile"
uid="uid://bc2ex8d8klivt"
path="res://.godot/imported/iosevka-medium.ttf-4b57839c72f99191e193eecde1f3b96c.fontdata"
[deps]
source_file="res://Assets/Fonts/iosevka-medium.ttf"
dest_files=["res://.godot/imported/iosevka-medium.ttf-4b57839c72f99191e193eecde1f3b96c.fontdata"]
[params]
Rendering=null
antialiasing=1
generate_mipmaps=false
multichannel_signed_distance_field=false
msdf_pixel_range=8
msdf_size=48
allow_system_fallback=true
force_autohinter=false
hinting=1
subpixel_positioning=1
oversampling=0.0
Fallbacks=null
fallbacks=[]
Compress=null
compress=true
preload=[]
language_support={}
script_support={}
opentype_features={}

Binary file not shown.

View File

@ -0,0 +1,33 @@
[remap]
importer="font_data_dynamic"
type="FontFile"
uid="uid://c88b18xteq6b8"
path="res://.godot/imported/iosevka.ttf-42231c60126a7f0f1b381cf93906a3ed.fontdata"
[deps]
source_file="res://Assets/Fonts/iosevka.ttf"
dest_files=["res://.godot/imported/iosevka.ttf-42231c60126a7f0f1b381cf93906a3ed.fontdata"]
[params]
Rendering=null
antialiasing=1
generate_mipmaps=false
multichannel_signed_distance_field=false
msdf_pixel_range=8
msdf_size=48
allow_system_fallback=true
force_autohinter=false
hinting=1
subpixel_positioning=1
oversampling=0.0
Fallbacks=null
fallbacks=[]
Compress=null
compress=true
preload=[]
language_support={}
script_support={}
opentype_features={}

Binary file not shown.

View File

@ -0,0 +1,19 @@
[remap]
importer="mp3"
type="AudioStreamMP3"
uid="uid://cboxekwt0xc6o"
path="res://.godot/imported/alleyways.mp3-4be87baeb71799fa6e64746fe04d2985.mp3str"
[deps]
source_file="res://Assets/Music/alleyways.mp3"
dest_files=["res://.godot/imported/alleyways.mp3-4be87baeb71799fa6e64746fe04d2985.mp3str"]
[params]
loop=false
loop_offset=0
bpm=0
beat_count=0
bar_beats=4

Binary file not shown.

View File

@ -1,19 +0,0 @@
[remap]
importer="mp3"
type="AudioStreamMP3"
uid="uid://6wfc0vvlbjp7"
path="res://.godot/imported/preambulum-mendici.mp3-fe3393f57ebcae277172350e8ad609ae.mp3str"
[deps]
source_file="res://Assets/Music/preambulum-mendici.mp3"
dest_files=["res://.godot/imported/preambulum-mendici.mp3-fe3393f57ebcae277172350e8ad609ae.mp3str"]
[params]
loop=false
loop_offset=0
bpm=0
beat_count=0
bar_beats=4

Binary file not shown.

View File

@ -0,0 +1,19 @@
[remap]
importer="mp3"
type="AudioStreamMP3"
uid="uid://bskrlh73x1sgp"
path="res://.godot/imported/doc-summon.mp3-ebe66881fc8469c2b9dc405db43209d0.mp3str"
[deps]
source_file="res://Assets/Sounds/doc-summon.mp3"
dest_files=["res://.godot/imported/doc-summon.mp3-ebe66881fc8469c2b9dc405db43209d0.mp3str"]
[params]
loop=false
loop_offset=0
bpm=0
beat_count=0
bar_beats=4

Binary file not shown.

View File

@ -0,0 +1,24 @@
[remap]
importer="wav"
type="AudioStreamWAV"
uid="uid://st8qgqiygy5a"
path="res://.godot/imported/electricity.wav-4f5dd5035ad6bc81baa17eb1f0e1cf12.sample"
[deps]
source_file="res://Assets/Sounds/electricity.wav"
dest_files=["res://.godot/imported/electricity.wav-4f5dd5035ad6bc81baa17eb1f0e1cf12.sample"]
[params]
force/8_bit=false
force/mono=false
force/max_rate=false
force/max_rate_hz=44100
edit/trim=false
edit/normalize=false
edit/loop_mode=0
edit/loop_begin=0
edit/loop_end=-1
compress/mode=0

View File

@ -12,8 +12,8 @@ dest_files=["res://.godot/imported/lake-waves.mp3-5b6f2a2274aba65cf71981123a3654
[params]
loop=false
loop_offset=0
bpm=0
loop=true
loop_offset=0.0
bpm=0.0
beat_count=0
bar_beats=4

Binary file not shown.

View File

@ -0,0 +1,24 @@
[remap]
importer="wav"
type="AudioStreamWAV"
uid="uid://b1jmusgltouak"
path="res://.godot/imported/lightning.wav-0c79746e61bfbd3e703c768ad9b1f4a8.sample"
[deps]
source_file="res://Assets/Sounds/lightning.wav"
dest_files=["res://.godot/imported/lightning.wav-0c79746e61bfbd3e703c768ad9b1f4a8.sample"]
[params]
force/8_bit=false
force/mono=false
force/max_rate=false
force/max_rate_hz=44100
edit/trim=false
edit/normalize=false
edit/loop_mode=0
edit/loop_begin=0
edit/loop_end=-1
compress/mode=0

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 745 B

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bvn4248u7532c"
path="res://.godot/imported/ayaya.png-ef9c15cfac311f43ae2cfd65b703deaf.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Sprites/Characters/ayaya.png"
dest_files=["res://.godot/imported/ayaya.png-ef9c15cfac311f43ae2cfd65b703deaf.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

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://xgy5gihyxgih"
path="res://.godot/imported/fire-32x32.png-6317a2b0efbef8c9d4ff90f6384746c6.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Sprites/Misc/fire-32x32.png"
dest_files=["res://.godot/imported/fire-32x32.png-6317a2b0efbef8c9d4ff90f6384746c6.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

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 743 B

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c1garalf1clsp"
path="res://.godot/imported/flame-large.png-41b172a8bfc9c186ab97a98ae0c5a459.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Sprites/Misc/flame-large.png"
dest_files=["res://.godot/imported/flame-large.png-41b172a8bfc9c186ab97a98ae0c5a459.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

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 379 B

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dj1vsctgh1scr"
path="res://.godot/imported/flame.png-e7b2d4c51e3e9c0041d6294e9c805c89.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Sprites/Misc/flame.png"
dest_files=["res://.godot/imported/flame.png-e7b2d4c51e3e9c0041d6294e9c805c89.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

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 B

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bitpf645g0prl"
path="res://.godot/imported/torch-base.png-d14e78df3788bf6d3a9565b574d6c1a1.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Sprites/Misc/torch-base.png"
dest_files=["res://.godot/imported/torch-base.png-d14e78df3788bf6d3a9565b574d6c1a1.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

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 379 B

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cyfyelyq3o15s"
path="res://.godot/imported/torch-fire.png-a9f51cf7273c726b68014cb26a31d54c.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Sprites/Misc/torch-fire.png"
dest_files=["res://.godot/imported/torch-fire.png-a9f51cf7273c726b68014cb26a31d54c.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

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 379 B

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://i5ksh8i0q48o"
path="res://.godot/imported/torch-lamp-base-back.png-a6c17eff02f04f493c4e495a2d662d5a.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Sprites/Misc/torch-lamp-base-back.png"
dest_files=["res://.godot/imported/torch-lamp-base-back.png-a6c17eff02f04f493c4e495a2d662d5a.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

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 416 B

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://ca0htndnsb38k"
path="res://.godot/imported/torch-lamp-base.png-03b38ecb41ff35cadec5aeaad2c98e38.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Sprites/Misc/torch-lamp-base.png"
dest_files=["res://.godot/imported/torch-lamp-base.png-03b38ecb41ff35cadec5aeaad2c98e38.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

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 783 B

After

Width:  |  Height:  |  Size: 810 B

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 367 B

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dxtpp41y85tv5"
path="res://.godot/imported/white.png-153ed53d54dc091ca42c7c90e2d02504.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Sprites/Misc/white.png"
dest_files=["res://.godot/imported/white.png-153ed53d54dc091ca42c7c90e2d02504.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

View File

@ -9,19 +9,17 @@ gradient = SubResource("Gradient_p5otp")
[resource]
lifetime_randomness = 0.5
particle_flag_disable_z = true
emission_shape = 6
emission_ring_axis = Vector3(0, 0, 1)
emission_ring_height = 1.0
emission_ring_radius = 128.0
emission_ring_inner_radius = 64.0
particle_flag_disable_z = true
direction = Vector3(2, 1, 0)
gravity = Vector3(32, 32, 0)
initial_velocity_min = 32.0
initial_velocity_max = 64.0
angular_velocity_max = 30.0
orbit_velocity_min = 0.0
orbit_velocity_max = 0.0
gravity = Vector3(32, 32, 0)
linear_accel_min = -64.0
linear_accel_max = -32.0
color_ramp = SubResource("GradientTexture1D_4a2pn")

View File

@ -11,11 +11,9 @@ gradient = SubResource("Gradient_v7xci")
particle_flag_rotate_y = true
particle_flag_disable_z = true
spread = 180.0
gravity = Vector3(0, 0, 0)
initial_velocity_min = 64.0
initial_velocity_max = 96.0
orbit_velocity_min = 0.0
orbit_velocity_max = 0.0
gravity = Vector3(0, 0, 0)
linear_accel_min = -128.0
linear_accel_max = -96.0
scale_min = 0.1

View File

@ -8,18 +8,16 @@ point_count = 3
curve = SubResource("Curve_jqr7v")
[resource]
particle_flag_disable_z = true
emission_shape = 1
emission_sphere_radius = 8.0
particle_flag_disable_z = true
direction = Vector3(0, -1, 0)
gravity = Vector3(0, 0, 0)
initial_velocity_min = 64.0
initial_velocity_max = 128.0
orbit_velocity_min = 0.0
orbit_velocity_max = 0.0
gravity = Vector3(0, 0, 0)
linear_accel_min = -256.0
linear_accel_max = -128.0
attractor_interaction_enabled = false
scale_min = 0.01
scale_max = 0.02
scale_curve = SubResource("CurveTexture_s2csc")
attractor_interaction_enabled = false

View File

@ -22,16 +22,14 @@ point_count = 3
curve = SubResource("Curve_0565g")
[resource]
particle_flag_disable_z = true
emission_shape = 2
emission_sphere_radius = 8.0
particle_flag_disable_z = true
direction = Vector3(0, -1, 0)
spread = 90.0
gravity = Vector3(0, 0, 0)
initial_velocity_min = 128.0
initial_velocity_max = 256.0
orbit_velocity_min = 0.0
orbit_velocity_max = 0.0
gravity = Vector3(0, 0, 0)
tangential_accel_min = -16.0
tangential_accel_max = 16.0
scale_min = 0.25

View File

@ -25,16 +25,14 @@ curve_y = SubResource("Curve_lfa60")
curve_z = SubResource("Curve_3iug1")
[resource]
emission_shape = 1
emission_sphere_radius = 4.0
particle_flag_align_y = true
particle_flag_disable_z = true
emission_shape = 1
emission_sphere_radius = 4.0
spread = 180.0
gravity = Vector3(0, 0, 0)
initial_velocity_min = 256.0
initial_velocity_max = 256.0
orbit_velocity_min = 0.0
orbit_velocity_max = 0.0
gravity = Vector3(0, 0, 0)
linear_accel_min = -512.0
linear_accel_max = -512.0
scale_min = 0.1

View File

@ -22,15 +22,13 @@ point_count = 3
curve = SubResource("Curve_0565g")
[resource]
particle_flag_disable_z = true
emission_shape = 2
emission_sphere_radius = 32.0
particle_flag_disable_z = true
direction = Vector3(0, -1, 0)
gravity = Vector3(0, 0, 0)
initial_velocity_min = 128.0
initial_velocity_max = 256.0
orbit_velocity_min = 0.0
orbit_velocity_max = 0.0
gravity = Vector3(0, 0, 0)
tangential_accel_min = -16.0
tangential_accel_max = 16.0
scale_min = 0.25

View File

@ -22,16 +22,14 @@ point_count = 3
curve = SubResource("Curve_0565g")
[resource]
particle_flag_disable_z = true
emission_shape = 2
emission_sphere_radius = 8.0
particle_flag_disable_z = true
direction = Vector3(0, -1, 0)
spread = 90.0
gravity = Vector3(0, 0, 0)
initial_velocity_min = 128.0
initial_velocity_max = 256.0
orbit_velocity_min = 0.0
orbit_velocity_max = 0.0
gravity = Vector3(0, 0, 0)
tangential_accel_min = -16.0
tangential_accel_max = 16.0
scale_min = 0.25

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 419 B

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bcgm3r168qjn3"
path="res://.godot/imported/cast-effect.png-a55c94ba5f88606435ca8cf19d5d4d2c.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Sprites/Particles/cast-effect.png"
dest_files=["res://.godot/imported/cast-effect.png-a55c94ba5f88606435ca8cf19d5d4d2c.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

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cf1a0uk34o343"
path="res://.godot/imported/lightning.png-63b6bcc35fd63e8582f4de50211aa0f6.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Sprites/Particles/lightning.png"
dest_files=["res://.godot/imported/lightning.png-63b6bcc35fd63e8582f4de50211aa0f6.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

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 237 B

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://udgjrcaexuaq"
path="res://.godot/imported/arena-arches.png-e49389661487686aa358a9abf48dddfd.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Sprites/Props/arena-arches.png"
dest_files=["res://.godot/imported/arena-arches.png-e49389661487686aa358a9abf48dddfd.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

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 547 B

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://0sr5d40wmlx2"
path="res://.godot/imported/outhouse-yellow.png-95e11989b0ce5b38429628375d5f46cf.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Sprites/Props/outhouse-yellow.png"
dest_files=["res://.godot/imported/outhouse-yellow.png-95e11989b0ce5b38429628375d5f46cf.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

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 537 B

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dbiyfs4wohp20"
path="res://.godot/imported/outhouse.png-d8ffe267c778860b442116212a9992e4.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Sprites/Props/outhouse.png"
dest_files=["res://.godot/imported/outhouse.png-d8ffe267c778860b442116212a9992e4.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

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 152 B

After

Width:  |  Height:  |  Size: 148 B

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 857 B

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bl85a8fsoi85o"
path="res://.godot/imported/tree-autumn-2.png-4c0a4e20c8929e5edcc8a6e4af742ff3.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Sprites/Props/tree-autumn-2.png"
dest_files=["res://.godot/imported/tree-autumn-2.png-4c0a4e20c8929e5edcc8a6e4af742ff3.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

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://lnyd6osxcu0g"
path="res://.godot/imported/tree-autumn-cluster-tiles.png-e8f8aecac65b917c67adfbc22b8cee51.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Sprites/Props/tree-autumn-cluster-tiles.png"
dest_files=["res://.godot/imported/tree-autumn-cluster-tiles.png-e8f8aecac65b917c67adfbc22b8cee51.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

Some files were not shown because too many files have changed in this diff Show More