new ship texture, added delta time calculation, better sizing of player ship
This commit is contained in:
BIN
space_game/bin/Debug/net9.0/Raylib-cs.dll
Executable file
BIN
space_game/bin/Debug/net9.0/Raylib-cs.dll
Executable file
Binary file not shown.
BIN
space_game/bin/Debug/net9.0/data/images/ship.png
Normal file
BIN
space_game/bin/Debug/net9.0/data/images/ship.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.5 KiB |
BIN
space_game/bin/Debug/net9.0/runtimes/linux-x64/native/libraylib.so
Executable file
BIN
space_game/bin/Debug/net9.0/runtimes/linux-x64/native/libraylib.so
Executable file
Binary file not shown.
BIN
space_game/bin/Debug/net9.0/runtimes/osx-arm64/native/libraylib.dylib
Executable file
BIN
space_game/bin/Debug/net9.0/runtimes/osx-arm64/native/libraylib.dylib
Executable file
Binary file not shown.
BIN
space_game/bin/Debug/net9.0/runtimes/osx-x64/native/libraylib.dylib
Executable file
BIN
space_game/bin/Debug/net9.0/runtimes/osx-x64/native/libraylib.dylib
Executable file
Binary file not shown.
BIN
space_game/bin/Debug/net9.0/runtimes/win-x64/native/raylib.dll
Executable file
BIN
space_game/bin/Debug/net9.0/runtimes/win-x64/native/raylib.dll
Executable file
Binary file not shown.
BIN
space_game/bin/Debug/net9.0/runtimes/win-x86/native/raylib.dll
Executable file
BIN
space_game/bin/Debug/net9.0/runtimes/win-x86/native/raylib.dll
Executable file
Binary file not shown.
BIN
space_game/bin/Debug/net9.0/space_game
Executable file
BIN
space_game/bin/Debug/net9.0/space_game
Executable file
Binary file not shown.
79
space_game/bin/Debug/net9.0/space_game.deps.json
Normal file
79
space_game/bin/Debug/net9.0/space_game.deps.json
Normal file
@@ -0,0 +1,79 @@
|
||||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v9.0",
|
||||
"signature": ""
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v9.0": {
|
||||
"space_game/1.0.0": {
|
||||
"dependencies": {
|
||||
"Raylib-cs": "6.1.1"
|
||||
},
|
||||
"runtime": {
|
||||
"space_game.dll": {}
|
||||
}
|
||||
},
|
||||
"Raylib-cs/6.1.1": {
|
||||
"dependencies": {
|
||||
"System.Numerics.Vectors": "4.5.0"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net6.0/Raylib-cs.dll": {
|
||||
"assemblyVersion": "0.0.0.0",
|
||||
"fileVersion": "0.0.0.0"
|
||||
}
|
||||
},
|
||||
"runtimeTargets": {
|
||||
"runtimes/linux-x64/native/libraylib.so": {
|
||||
"rid": "linux-x64",
|
||||
"assetType": "native",
|
||||
"fileVersion": "0.0.0.0"
|
||||
},
|
||||
"runtimes/osx-arm64/native/libraylib.dylib": {
|
||||
"rid": "osx-arm64",
|
||||
"assetType": "native",
|
||||
"fileVersion": "0.0.0.0"
|
||||
},
|
||||
"runtimes/osx-x64/native/libraylib.dylib": {
|
||||
"rid": "osx-x64",
|
||||
"assetType": "native",
|
||||
"fileVersion": "0.0.0.0"
|
||||
},
|
||||
"runtimes/win-x64/native/raylib.dll": {
|
||||
"rid": "win-x64",
|
||||
"assetType": "native",
|
||||
"fileVersion": "0.0.0.0"
|
||||
},
|
||||
"runtimes/win-x86/native/raylib.dll": {
|
||||
"rid": "win-x86",
|
||||
"assetType": "native",
|
||||
"fileVersion": "0.0.0.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"System.Numerics.Vectors/4.5.0": {}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"space_game/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
},
|
||||
"Raylib-cs/6.1.1": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-ty5RQoFK7bW4mTogwMf55Zh73DMJMvFLLJTarhmL1g7loxeLYoHTFufN7JagObdLHo2zB3wVrtEHVCXFoZ9TMg==",
|
||||
"path": "raylib-cs/6.1.1",
|
||||
"hashPath": "raylib-cs.6.1.1.nupkg.sha512"
|
||||
},
|
||||
"System.Numerics.Vectors/4.5.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==",
|
||||
"path": "system.numerics.vectors/4.5.0",
|
||||
"hashPath": "system.numerics.vectors.4.5.0.nupkg.sha512"
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
space_game/bin/Debug/net9.0/space_game.dll
Normal file
BIN
space_game/bin/Debug/net9.0/space_game.dll
Normal file
Binary file not shown.
BIN
space_game/bin/Debug/net9.0/space_game.pdb
Normal file
BIN
space_game/bin/Debug/net9.0/space_game.pdb
Normal file
Binary file not shown.
12
space_game/bin/Debug/net9.0/space_game.runtimeconfig.json
Normal file
12
space_game/bin/Debug/net9.0/space_game.runtimeconfig.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net9.0",
|
||||
"framework": {
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "9.0.0"
|
||||
},
|
||||
"configProperties": {
|
||||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user