Add sword asset and add sword to scene

This commit is contained in:
2024-10-20 00:16:58 -07:00
parent 22bb25e95e
commit d8c8e88220
4 changed files with 147 additions and 2 deletions

View File

@@ -2,8 +2,8 @@ using UnityEngine;
public class Teo : MonoBehaviour
{
public float health = 100F;
public float moveSpeed = 10F;
public float health = 100;
public float moveSpeed = 10;
Rigidbody2D controller;
GameState gameState;
// Start is called once before the first execution of Update after the MonoBehaviour is created