Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
starg3n authored Oct 7, 2024
1 parent 843c545 commit 5c31853
Show file tree
Hide file tree
Showing 81 changed files with 15,757 additions and 0 deletions.
14 changes: 14 additions & 0 deletions celeste/_framework/FNA.dll.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<dllmap dll="SDL2" os="windows" target="SDL2.dll"/>
<dllmap dll="SDL2" os="osx" target="libSDL2-2.0.0.dylib"/>
<dllmap dll="SDL2" os="linux,freebsd,netbsd" target="libSDL2-2.0.so.0"/>

<dllmap dll="FNA3D" os="windows" target="FNA3D.dll"/>
<dllmap dll="FNA3D" os="osx" target="libFNA3D.0.dylib"/>
<dllmap dll="FNA3D" os="linux,freebsd,netbsd" target="libFNA3D.so.0"/>

<dllmap dll="FAudio" os="windows" target="FAudio.dll"/>
<dllmap dll="FAudio" os="osx" target="libFAudio.0.dylib"/>
<dllmap dll="FAudio" os="linux,freebsd,netbsd" target="libFAudio.so.0"/>
</configuration>
Binary file added celeste/_framework/FNA.pdb
Binary file not shown.
Binary file added celeste/_framework/Microsoft.CSharp.wasm
Binary file not shown.
Binary file not shown.
Binary file added celeste/_framework/Microsoft.VisualBasic.wasm
Binary file not shown.
Binary file not shown.
Binary file added celeste/_framework/Microsoft.Win32.Registry.wasm
Binary file not shown.
Binary file added celeste/_framework/System.AppContext.wasm
Binary file not shown.
Binary file added celeste/_framework/System.Buffers.wasm
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added celeste/_framework/System.Collections.wasm
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added celeste/_framework/System.ComponentModel.wasm
Binary file not shown.
Binary file added celeste/_framework/System.Configuration.wasm
Binary file not shown.
Binary file added celeste/_framework/System.Console.wasm
Binary file not shown.
Binary file added celeste/_framework/System.Core.wasm
Binary file not shown.
Binary file added celeste/_framework/System.Data.Common.wasm
Binary file not shown.
Binary file not shown.
Binary file added celeste/_framework/System.Data.wasm
Binary file not shown.
Binary file not shown.
Binary file added celeste/_framework/System.Diagnostics.Debug.wasm
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added celeste/_framework/System.Diagnostics.Tools.wasm
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added celeste/_framework/System.Drawing.Primitives.wasm
Binary file not shown.
Binary file added celeste/_framework/System.Drawing.wasm
Binary file not shown.
Binary file added celeste/_framework/System.Dynamic.Runtime.wasm
Binary file not shown.
Binary file added celeste/_framework/System.Formats.Asn1.wasm
Binary file not shown.
Binary file added celeste/_framework/System.Formats.Tar.wasm
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added celeste/_framework/System.Globalization.wasm
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added celeste/_framework/System.IO.Compression.wasm
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added celeste/_framework/System.IO.FileSystem.wasm
Binary file not shown.
Binary file added celeste/_framework/System.IO.IsolatedStorage.wasm
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added celeste/_framework/System.IO.Pipes.wasm
Binary file not shown.
Binary file not shown.
Binary file added celeste/_framework/System.IO.wasm
Binary file not shown.
Binary file added celeste/_framework/System.Linq.Expressions.wasm
Binary file not shown.
Binary file added celeste/_framework/System.Linq.Parallel.wasm
Binary file not shown.
Binary file added celeste/_framework/System.Linq.Queryable.wasm
Binary file not shown.
Binary file added celeste/_framework/System.Linq.wasm
Binary file not shown.
Binary file added celeste/_framework/System.Memory.wasm
Binary file not shown.
Binary file added celeste/_framework/System.Net.Http.Json.wasm
Binary file not shown.
Binary file added celeste/_framework/System.Net.Http.wasm
Binary file not shown.
Binary file added celeste/_framework/System.Net.HttpListener.wasm
Binary file not shown.
Binary file added celeste/_framework/System.Net.Mail.wasm
Binary file not shown.
Binary file added celeste/_framework/System.Net.NameResolution.wasm
Binary file not shown.
Binary file not shown.
Binary file added celeste/_framework/System.Net.Ping.wasm
Binary file not shown.
Binary file added celeste/_framework/System.Net.Primitives.wasm
Binary file not shown.
Binary file added celeste/_framework/System.Net.Quic.wasm
Binary file not shown.
Binary file added celeste/_framework/System.Net.Requests.wasm
Binary file not shown.
4 changes: 4 additions & 0 deletions celeste/_framework/dotnet.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions celeste/_framework/dotnet.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 5c31853

Please sign in to comment.