mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 22:27:42 +00:00
Update submodules
This commit is contained in:
@@ -122,7 +122,7 @@ class SplashScreen : public Specter::View
|
|||||||
{
|
{
|
||||||
const char* name() const {return "New Project";}
|
const char* name() const {return "New Project";}
|
||||||
const char* help() const {return "Creates an empty project at selected path";}
|
const char* help() const {return "Creates an empty project at selected path";}
|
||||||
void pressed(const boo::SWindowCoord& coord)
|
void activated(const boo::SWindowCoord& coord)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
} m_newProjBind;
|
} m_newProjBind;
|
||||||
@@ -131,7 +131,7 @@ class SplashScreen : public Specter::View
|
|||||||
{
|
{
|
||||||
const char* name() const {return "Open Project";}
|
const char* name() const {return "Open Project";}
|
||||||
const char* help() const {return "Opens an existing project at selected path";}
|
const char* help() const {return "Opens an existing project at selected path";}
|
||||||
void pressed(const boo::SWindowCoord& coord)
|
void activated(const boo::SWindowCoord& coord)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
} m_openProjBind;
|
} m_openProjBind;
|
||||||
@@ -140,7 +140,7 @@ class SplashScreen : public Specter::View
|
|||||||
{
|
{
|
||||||
const char* name() const {return "Extract Game";}
|
const char* name() const {return "Extract Game";}
|
||||||
const char* help() const {return "Extracts game image as project at selected path";}
|
const char* help() const {return "Extracts game image as project at selected path";}
|
||||||
void pressed(const boo::SWindowCoord& coord)
|
void activated(const boo::SWindowCoord& coord)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
} m_extractProjBind;
|
} m_extractProjBind;
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ public:
|
|||||||
|
|
||||||
const char* name() const {return "SetTo1";}
|
const char* name() const {return "SetTo1";}
|
||||||
const char* help() const {return "Sets scale factor to 1.0";;}
|
const char* help() const {return "Sets scale factor to 1.0";;}
|
||||||
void pressed(const boo::SWindowCoord& coord)
|
void activated(const boo::SWindowCoord& coord)
|
||||||
{
|
{
|
||||||
m_vm.RequestPixelFactor(1.0);
|
m_vm.RequestPixelFactor(1.0);
|
||||||
}
|
}
|
||||||
@@ -52,7 +52,7 @@ public:
|
|||||||
|
|
||||||
const char* name() const {return "SetTo2";}
|
const char* name() const {return "SetTo2";}
|
||||||
const char* help() const {return "Sets scale factor to 2.0";}
|
const char* help() const {return "Sets scale factor to 2.0";}
|
||||||
void pressed(const boo::SWindowCoord& coord)
|
void activated(const boo::SWindowCoord& coord)
|
||||||
{
|
{
|
||||||
m_vm.RequestPixelFactor(2.0);
|
m_vm.RequestPixelFactor(2.0);
|
||||||
}
|
}
|
||||||
|
|||||||
2
hecl
2
hecl
Submodule hecl updated: 1574d23390...5515e5ffea
Submodule libSpecter updated: cb4a3eea9d...3a626196f4
Reference in New Issue
Block a user