Skip to content

Commit

Permalink
Fix invalid icon reference in C# Android IAP demo (#1159)
Browse files Browse the repository at this point in the history
  • Loading branch information
Calinou authored Jan 21, 2025
1 parent 0e24c8e commit c3b0331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mono/android_iap/project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Note: Running the demo requires exporting and uploading the game to Google Play.
config/tags=PackedStringArray("demo", "mobile", "official", "porting")
run/main_scene="res://main.tscn"
config/features=PackedStringArray("4.3", "C#", "Mobile")
config/icon="res://icon.svg"
config/icon="res://icon.webp"

[display]

Expand Down

0 comments on commit c3b0331

Please sign in to comment.