Skip to content

Commit

Permalink
Merge branch 'start-page-ui' of https://github.com/MylesScholz/A-Life…
Browse files Browse the repository at this point in the history
…-Capstone-Project into start-page-ui
  • Loading branch information
MaxwellCole9 committed Mar 15, 2024
2 parents 6c650cc + d2f0366 commit 08063f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
permissions:
checks: write

steps:
- name: Check out Git repository
Expand Down
4 changes: 0 additions & 4 deletions src/cell_structure.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#pragma once


#include "cell_state.hpp"

#include <godot_cpp/classes/sprite2d.hpp>
Expand All @@ -10,12 +9,9 @@ using namespace godot;
class CellStructure : public Node2D {
GDCLASS(CellStructure, Node2D)


protected:
static void _bind_methods();



public:
CellStructure();
~CellStructure();
Expand Down

0 comments on commit 08063f8

Please sign in to comment.