It's Cow Game! Version 2.04!
This commit is contained in:
commit
a9e1ed9ddd
3148 changed files with 95332 additions and 0 deletions
10
UI/ActionButtons/FastWalking/FastWalkingToggle.gd
Normal file
10
UI/ActionButtons/FastWalking/FastWalkingToggle.gd
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
extends CheckButton
|
||||
|
||||
func _process(delta):
|
||||
if LevelManager.skills["walking"].currentLevel < 20:
|
||||
hide()
|
||||
else:
|
||||
show()
|
||||
|
||||
func _on_toggled(toggled_on):
|
||||
GameVariables.player.fastWalking = toggled_on
|
||||
BIN
UI/ActionButtons/FastWalking/FastWalkingToggled.png
Normal file
BIN
UI/ActionButtons/FastWalking/FastWalkingToggled.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 882 B |
34
UI/ActionButtons/FastWalking/FastWalkingToggled.png.import
Normal file
34
UI/ActionButtons/FastWalking/FastWalkingToggled.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dhxjqajqpfh86"
|
||||
path="res://.godot/imported/FastWalkingToggled.png-201fbaeea84b0ab2776bc641e1cf0da5.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://UI/ActionButtons/FastWalking/FastWalkingToggled.png"
|
||||
dest_files=["res://.godot/imported/FastWalkingToggled.png-201fbaeea84b0ab2776bc641e1cf0da5.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
|
||||
BIN
UI/ActionButtons/FastWalking/FastWalkingUntoggled.png
Normal file
BIN
UI/ActionButtons/FastWalking/FastWalkingUntoggled.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 859 B |
34
UI/ActionButtons/FastWalking/FastWalkingUntoggled.png.import
Normal file
34
UI/ActionButtons/FastWalking/FastWalkingUntoggled.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bkid13w75okyv"
|
||||
path="res://.godot/imported/FastWalkingUntoggled.png-1d0e109e5984eb7d837f3f400d99ad0c.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://UI/ActionButtons/FastWalking/FastWalkingUntoggled.png"
|
||||
dest_files=["res://.godot/imported/FastWalkingUntoggled.png-1d0e109e5984eb7d837f3f400d99ad0c.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
|
||||
Loading…
Add table
Add a link
Reference in a new issue