Skip to content

Commit

Permalink
Add plugin things into addons/VirtualJoystick/ and release v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanrhu committed Jul 19, 2022
1 parent 545e2f6 commit a2e4d08
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto eol=lf
File renamed without changes.
File renamed without changes.
File renamed without changes
7 changes: 4 additions & 3 deletions icon.png.import → addons/VirtualJoystick/icon.png.import
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

importer="texture"
type="StreamTexture"
path="res://.import/icon.png-70f3b390da056f2c5bf03e257bfcff06.stex"
path="res://.import/icon.png-a3619a92ee14b55b7603617be552daa4.stex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://addons/virtual-joystick/icon.png"
dest_files=[ "res://.import/icon.png-70f3b390da056f2c5bf03e257bfcff06.stex" ]
source_file="res://addons/virtual-joystick/addons/VirtualJoystick/icon.png"
dest_files=[ "res://.import/icon.png-a3619a92ee14b55b7603617be552daa4.stex" ]

[params]

Expand All @@ -28,6 +28,7 @@ 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=true
Expand Down
8 changes: 4 additions & 4 deletions plugin.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[plugin]

name="VirtualJoystick"
description="Virtual joystick for Godot."
name="Virtual Joystick"
description="Virtual joystick for Godot Engine"
author="Oğuzhan Eroğlu"
version="1.2"
script="VirtualJoystickPlugin.gd"
version="1.3"
script="addons/VirtualJoystick/VirtualJoystickPlugin.gd"

0 comments on commit a2e4d08

Please sign in to comment.