Corrects case on class name, adds note about it.

This commit is contained in:
PJB3005
2017-11-22 16:26:37 +01:00
parent a4b91a3a4a
commit 765c03a492
+3 -1
View File
@@ -262,7 +262,9 @@ The final script should look basically like this:
using Godot;
public class SayHello : Panel
// IMPORTANT: the name of the class MUST match the filename exactly.
// this is case sensitive!
public class sayhello : Panel
{
public void _OnButtonPressed()
{