My score on south is 32570. Also, You didnt reply to the topic
Devv_Logg
35
Posts
2
Topics
2
Followers
7
Following
A member registered Oct 06, 2020 · View creator page →
Creator of
The (definatley not long-awaited) sequal to shooty block!
Platformer
Recent community posts
SUPER MARIO Power Star Frenzy comments · Replied to BarzzySnazz in SUPER MARIO Power Star Frenzy comments
SUPER MARIO Power Star Frenzy comments · Replied to Froggytunes in SUPER MARIO Power Star Frenzy comments
Beginners Circle Jam #4 community · Replied to LazyBlobOfArt in OFFICIAL TEAMS / HELP WANTED: Post your skills here and find a team
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
public class Score : MonoBehaviour
{
public Text scoreDisplay;
public int score = 0;
public Enemy Enemy;
// Update is called once per frame
void Update()
{
scoreDisplay.text = "SCORE:" + score;
}
public void IncreaseScore()
{
if(Enemy == null) ;
{
score += 1;
}
}
}
Im a pretty bad game developer and programmer and work in 3 different engines: Unreal Engine, Unity, and Construct 3. I would really love it if some people wanted to team up and get some games done!
This community means a lot to me and i want to make games that everyone will have fun with!
So i hope someone sees this and decides to help me.
See you soon i think,
DevvLogg

