Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rate reminder #72

Merged
merged 2 commits into from
Jan 9, 2023
Merged
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 StableHordeClient.gd
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,9 @@ func _on_CancelButton_pressed():
func _on_images_generated(completed_payload: Dictionary):
_reset_input()
save_all.disabled = false
status_text.bbcode_text = "[color=green]Your images are ready.[/color] "\
+ "[color=yellow]Remember to rate them to receive a kudos refund![/color]"
status_text.modulate = Color(1,1,1)
for texture in completed_payload["image_textures"]:
var tr := GRID_TEXTURE_RECT.instance()
tr.set_texture(texture)
Expand Down