Refactor player info
This commit is contained in:
parent
1398b56324
commit
92e8a9f74f
@ -1,8 +1,6 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://sbcypicpotp5"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/PlayerInfo.cs" id="1_qyvq4"]
|
||||
[ext_resource type="Script" path="res://scripts/Player.cs" id="1_aap5j"]
|
||||
|
||||
[node name="Player" type="Node"]
|
||||
|
||||
[node name="PlayerInfo" type="Node" parent="."]
|
||||
script = ExtResource("1_qyvq4")
|
||||
script = ExtResource("1_aap5j")
|
||||
|
||||
@ -19,7 +19,7 @@ config/icon="res://icon.svg"
|
||||
|
||||
GameManager="*res://game_manager.tscn"
|
||||
OneSecondTicker="*res://game_manager.tscn"
|
||||
PlayerInfo="*res://scripts/PlayerInfo.cs"
|
||||
Player="*res://scripts/Player.cs"
|
||||
Dialogic="*res://addons/dialogic/Core/DialogicGameHandler.gd"
|
||||
|
||||
[dialogic]
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
using Godot;
|
||||
using System;
|
||||
|
||||
public partial class PlayerInfo : Node
|
||||
public partial class Player : Node
|
||||
{
|
||||
|
||||
public class BudgetType {
|
||||
Loading…
Reference in New Issue
Block a user