mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-07 00:10:09 +01:00
1. Renamed `CELL_TYPES` enums to `CellType` 2. Fixed references, old: `turn_combat_system/actors/Actor.gd`, new: `turn_combat/combatants/Combatant.gd` 3. Fixed references, old: `turn_combat_system/actors/health/Health.tscn`, new: `turn_combat/combatants/health/Health.tscn` 4. Fixed bug in `grid_movement/pawns/Actor.gd` extending lowercase `pawn.gd`; changed to `Pawn.gd` 5. Renamed lowercase `grid_movement/pawns/actor.gd` to capital `Actor.gd` for consistency 6. Fixed some unused local variables warnings Other changes are from engine, after opening and saving all scenes.
35 lines
675 B
Plaintext
35 lines
675 B
Plaintext
[remap]
|
|
|
|
importer="texture"
|
|
type="StreamTexture"
|
|
path="res://.import/character.png-5e19af0401d52b4620fb84d898126e01.stex"
|
|
metadata={
|
|
"vram_texture": false
|
|
}
|
|
|
|
[deps]
|
|
|
|
source_file="res://grid_movement/pawns/character.png"
|
|
dest_files=[ "res://.import/character.png-5e19af0401d52b4620fb84d898126e01.stex" ]
|
|
|
|
[params]
|
|
|
|
compress/mode=0
|
|
compress/lossy_quality=0.7
|
|
compress/hdr_mode=0
|
|
compress/bptc_ldr=0
|
|
compress/normal_map=0
|
|
flags/repeat=0
|
|
flags/filter=true
|
|
flags/mipmaps=false
|
|
flags/anisotropic=false
|
|
flags/srgb=2
|
|
process/fix_alpha_border=true
|
|
process/premult_alpha=false
|
|
process/HDR_as_SRGB=false
|
|
process/invert_color=false
|
|
stream=false
|
|
size_limit=0
|
|
detect_3d=true
|
|
svg/scale=1.0
|