Skip to content
Open
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
3 changes: 3 additions & 0 deletions .import/icon_switch.jpg-4577640d648ca62b3725b80debcb834f.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source_md5="2b1d2bd126f10c9b262cfd9b0dad8f07"
dest_md5="ea6e90c7b83e1551590d4db83cb4b71c"

Binary file not shown.
2 changes: 2 additions & 0 deletions Scripts/Demo.gd
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ var playing_op

func _ready():
$Pot/Pot/MinigamesPlayed.hide()
if len(Input.get_connected_joypads()) != 0:
$OSC.hide()
playing_op = true
$OP/AnimationPlayer.play("OP")
$Pot/Pot/AnimationPlayer.play("OP")
Expand Down
2 changes: 2 additions & 0 deletions Scripts/Game.gd
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ func set_speed(x):

func _ready():
playing_op = true
if len(Input.get_connected_joypads()) != 0:
$OSC.hide()
$OP/AnimationPlayer.play("OP")
$Pot/Pot/AnimationPlayer.play("OP")
var _i = $Pot/Pot/AnimationPlayer.connect("animation_finished",self,"anim_finish")
Expand Down
22 changes: 22 additions & 0 deletions export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -289,3 +289,25 @@ texture_format/s3tc=true
texture_format/etc=false
texture_format/etc2=false
texture_format/no_bptc_fallbacks=true

[preset.4]

name="Switch (nro)"
platform="Switch"
runnable=true
custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter="bin/*"
export_path="bin/HaachamaWare.nro"
script_export_mode=1
script_encryption_key=""

[preset.4.options]

application/fused_build=true
application/custom_editor_id=""
application/title="Haachama Ware"
application/author="CenTdemeern1"
application/version="1.0.0"
application/icon_256x256="icon_switch.jpg"
Binary file added icon_switch.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions icon_switch.jpg.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[remap]

importer="texture"
type="StreamTexture"
path="res://.import/icon_switch.jpg-4577640d648ca62b3725b80debcb834f.stex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://icon_switch.jpg"
dest_files=[ "res://.import/icon_switch.jpg-4577640d648ca62b3725b80debcb834f.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
4 changes: 2 additions & 2 deletions project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -94,15 +94,15 @@ right={
button1={
"deadzone": 0.5,
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":88,"unicode":0,"echo":false,"script":null)
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":0,"pressure":0.0,"pressed":false,"script":null)
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":1,"pressure":0.0,"pressed":false,"script":null)
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":3,"pressure":0.0,"pressed":false,"script":null)
]
}
button2={
"deadzone": 0.5,
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":90,"unicode":0,"echo":false,"script":null)
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":2,"pressure":0.0,"pressed":false,"script":null)
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":3,"pressure":0.0,"pressed":false,"script":null)
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":0,"pressure":0.0,"pressed":false,"script":null)
]
}

Expand Down