From bd197168c39551c3456099ed2a39375a8442483f Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Tue, 31 May 2022 03:49:28 -0600 Subject: working snake generation and path following, minor refactor --- src/entities/actors/snake/sprites/body.png.import | 35 +++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 src/entities/actors/snake/sprites/body.png.import (limited to 'src/entities/actors/snake/sprites/body.png.import') diff --git a/src/entities/actors/snake/sprites/body.png.import b/src/entities/actors/snake/sprites/body.png.import new file mode 100644 index 0000000..31a844f --- /dev/null +++ b/src/entities/actors/snake/sprites/body.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/body.png-01afb246ae03e839b63ac17a1e318df3.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://entities/actors/snake/sprites/body.png" +dest_files=[ "res://.import/body.png-01afb246ae03e839b63ac17a1e318df3.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=false +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +process/fix_alpha_border=false +process/premult_alpha=false +process/HDR_as_SRGB=false +process/invert_color=false +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=false +svg/scale=1.0 -- cgit v1.2.3