Skip to content

Commit

Permalink
Wip v8
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanpopelyshev committed Mar 21, 2024
1 parent 9556147 commit a98a26c
Show file tree
Hide file tree
Showing 15 changed files with 14,980 additions and 4,702 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ module.exports = {
root: true,
extends: ['@pixi/eslint-config'],
rules: {
'linebreak-style': 'off'
'linebreak-style': 'off',
'camelcase': 'off'
},
ignorePatterns: [
'dist'
Expand Down
13 changes: 0 additions & 13 deletions global.d.ts

This file was deleted.

2 changes: 1 addition & 1 deletion src/TextileResource.ts → old/TextileResource.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { BaseTexture, Renderer, Resource, Texture, GLTexture, ALPHA_MODES } from '@pixi/core';
import { settings } from './settings';
import { settings } from '../src/settings';

export interface TextileOptions
{
Expand Down
Loading

0 comments on commit a98a26c

Please sign in to comment.