Skip to content
#

cgo

Here are 202 public repositories matching this topic...

pcting
pcting commented Oct 3, 2020

Is your feature request related to a problem? Please describe.
In the Dodge the Creep demo app, there's a function in HUD.gd:

func show_game_over():
	show_message("Game Over")
	yield($MessageTimer, "timeout")
	$MessageLabel.text = "Dodge the\nCreeps"
	$MessageLabel.show()
	yield(get_tree().create_timer(1), "timeout")
	$StartButton.show()

the equivalent in Go is found [here](

Improve this page

Add a description, image, and links to the cgo topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cgo topic, visit your repo's landing page and select "manage topics."

Learn more