Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,16 @@ A Visual Shader Node Add-On for the Godot Engine
- Box
- Circle
- Rounded Box
- Rotated Box
- Trapezoid
- Triangle
- Rhombus
- Parallelogram
- more coming soon...
- UV
- UV PolarCoordinates (CanvasItem and Spatial ShaderMode supported)
- UV PolarCoord (CanvasItem and Spatial ShaderMode supported)
- UV Twirl
- UV Flipbook
- Utility
- Random Range
- Remap
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
[remap]

importer="texture"
type="StreamTexture"
path="res://.import/DinoSprites - vita.png-04dd81e151114c837b853ad1ec8587bd.stex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://addons/VisualShaderExtras/AddonAssets/DinoSprites - vita.png"
dest_files=[ "res://.import/DinoSprites - vita.png-04dd81e151114c837b853ad1ec8587bd.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=1
process/fix_alpha_border=true
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
Binary file not shown.
4 changes: 4 additions & 0 deletions addons/VisualShaderExtras/AddonAssets/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Credits

* Dino Sprites from [here](https://arks.itch.io/dino-characters) by [@ScissorMarks](https://twitter.com/ScissorMarks)
* Font by [Kenney](https://www.kenney.nl/assets/kenney-fonts)
Loading