mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2025-12-16 13:30:07 +01:00
Fix invalid icon reference in C# Android IAP demo (#1159)
This commit is contained in:
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user