diff options
Diffstat (limited to 'client')
| -rw-r--r-- | client/menu/entry.gd | 2 | ||||
| -rw-r--r-- | client/menu/entry.tscn | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/client/menu/entry.gd b/client/menu/entry.gd index b1620df9..aaa449be 100644 --- a/client/menu/entry.gd +++ b/client/menu/entry.gd @@ -14,8 +14,8 @@  # You should have received a copy of the GNU Affero General Public License  # along with this program.  If not, see <https://www.gnu.org/licenses/>.  # +class_name Entry  extends Menu -class_name MenuManager  func _ready():  	super() diff --git a/client/menu/entry.tscn b/client/menu/entry.tscn index 85b16fbf..e5dc0241 100644 --- a/client/menu/entry.tscn +++ b/client/menu/entry.tscn @@ -2,7 +2,7 @@  [ext_resource type="Script" path="res://menu/entry.gd" id="1_kibw2"] -[node name="MenuManager" type="Control"] +[node name="Entry" type="Control"]  layout_mode = 3  anchors_preset = 15  anchor_right = 1.0 | 
